[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #2050

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2050]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2050/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Wed, 15 Aug 2018 11:19:53 -0500
Build duration:
1 hr 39 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit b9b6362251cdd701d46ee469475048291594b515 by aschwaighofer:
    Re-enable inlining of the _stdlib_isOSVersionAtLeast macro

    • edit: test/IRGen/availability.swift
    • edit: lib/IRGen/AllocStackHoisting.cpp
    • edit: stdlib/public/core/Availability.swift
  • Commit 556c8e5a2f6cc8ff3a2c75bde4b7c5dc025a5b7e by aprantl:
    Add initial support for debug info for coroutine allocas.

    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
  • Commit 8993b0d10d03413ead852bfd6264a6ec4b9c92d3 by aschwaighofer:
    Address review comments

    • edit: lib/IRGen/AllocStackHoisting.cpp
    • edit: stdlib/public/core/Availability.swift
  • Commit 5cff18bdb61ca65df8aec4f4ac113c1ad886b722 by stefan.graenitz:
    Use LLVM's new ItaniumPartialDemangler in LLDB

    • add: unittests/Core/MangledTest.cpp
    • edit: source/Core/Mangled.cpp
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: cmake/modules/LLDBConfig.cmake
    • edit: unittests/Core/CMakeLists.txt
  • Commit b5567347cbc4bf0967c1ac357350493579d080a5 by stefan.graenitz:
    Unit test for Symtab::InitNameIndexes

    • add: unittests/Core/Inputs/mangled-function-names.yaml
    • edit: unittests/Core/MangledTest.cpp
    • edit: unittests/Core/CMakeLists.txt
  • Commit a161a987fc0e238c41056b1a49ff807edfcca3e7 by stefan.graenitz:
    Change ConstString::SetCStringWithMangledCounterpart to use StringRef

    • edit: source/Utility/ConstString.cpp
    • edit: unittests/Utility/ConstStringTest.cpp
    • edit: source/Core/Mangled.cpp
    • edit: include/lldb/Utility/ConstString.h
  • Commit 64d998c278a4a8b6d61bf67f4c05a80176f0ef89 by stefan.graenitz:
    Add ConstString::IsNull() to tell between null vs. empty strings and fix

    • edit: unittests/Utility/ConstStringTest.cpp
    • edit: source/Core/Mangled.cpp
    • edit: include/lldb/Utility/ConstString.h
  • Commit 262b70fa56564cd6d3341e2661788eca77c50025 by stefan.graenitz:
    Fix Mangled::Compare()

    • edit: source/Core/Mangled.cpp
  • Commit 7edd069acd17b64d77005ac6d18bbe9d2a07f467 by stefan.graenitz:
    Use rich mangling information in Symtab::InitNameIndexes()

    • edit: source/Core/Mangled.cpp
    • edit: source/Symbol/Symtab.cpp
    • add: source/Core/RichManglingContext.cpp
    • edit: unittests/Core/CMakeLists.txt
    • add: include/lldb/Core/RichManglingContext.h
    • edit: include/lldb/Symbol/Symtab.h
    • add: unittests/Core/RichManglingContextTest.cpp
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: include/lldb/Core/Mangled.h
    • edit: source/Core/CMakeLists.txt
    • edit: include/lldb/lldb-forward.h
  • Commit 94eaac1711c56606b109a8649fe306ebd4bdfad2 by stefan.graenitz:
    Add ConstString test FromMidOfBufferStringRef

    • edit: unittests/Utility/ConstStringTest.cpp
  • Commit 6979bc437baab7f15bb19cf81ca07db0b715a6b2 by stefan.graenitz:
    Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should

    • edit: unittests/Utility/ConstStringTest.cpp
    • edit: source/Utility/ConstString.cpp
  • Commit 01dc4f34546ec79b216a1af4dd91673b012ef89b by stefan.graenitz:
    Straight forward FastDemangle replacement in SubsPrimitiveParmItanium

    • edit: unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
    • edit: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  • Commit 80c308e98fc0f387c4ce3c4c6c020b629f398eeb by stefan.graenitz:
    Remove unused FastDemangle sources

    • edit: source/Utility/CMakeLists.txt
    • delete: include/lldb/Utility/FastDemangle.h
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    • delete: source/Utility/FastDemangle.cpp
  • Commit 0475292db76493842eb08dd7b8cc81036d6c0843 by stefan.graenitz:
    Fix Swift additions to source/Core/Mangled.cpp

    • edit: source/Core/Mangled.cpp
  • Commit 703f84ea3f2a10f31701e5bf8db304f288672e3d by stefan.graenitz:
    Remove asseration from

    • edit: source/Utility/ConstString.cpp

New issue found!