[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (swift 5.1) #159

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-linux-ubuntu-14_04/159/
Project:
oss-swift-5.1-package-linux-ubuntu-14_04
Date of build:
Fri, 03 May 2019 22:24:19 -0500
Build duration:
2 hr 42 min

Changes

  • Commit c455ed51d57d3b8368bc0da3599dabc0b66941e9 by github:
    [test] Tweak unmanaged_objc_throw_func.swift for unoptimized stdlib

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit 099ed9c8ba6391f0af753c6393e78b37ceec27b3 by mishal_shah:
    Provide a custom entry for specifying module cache paths

    • edit: lib/Driver/ToolChains/Clang.cpp
  • Commit 33877b105535bed790ce6a2c24894461cb78b6fb by ankit_aggarwal:
    Improve some diagnostics messages

    • edit: Sources/PackageModel/Package.swift
    • edit: Sources/PackageDescription4/Version+StringLiteralConvertible.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Tests/PackageGraphTests/PackageGraphTests.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Tests/PackageLoadingTests/PD4_2LoadingTests.swift
    • edit: Sources/PackageLoading/Diagnostics.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
  • Commit d20c23fdb47f3a960088f2024ea64c35720d6595 by ankit_aggarwal:
    Move code for finding test targets into PackageGraph (#2109)

    • edit: Sources/Xcodeproj/SchemesGenerator.swift
    • edit: Sources/PackageGraph/PackageGraph.swift
  • Commit 4241ce8321bf60ec3c1913c5ae9b8a7a87605301 by aprantl:
    Hide runtime support values such as clang's __vla_expr from frame

    • edit: include/lldb/Target/CPPLanguageRuntime.h
    • edit: include/lldb/Target/LanguageRuntime.h
    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py
    • edit: packages/Python/lldbsuite/test/lang/swift/hide_runtimesupport/TestSwiftHideRuntimeSupport.py
    • edit: include/lldb/Target/ObjCLanguageRuntime.h
    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/main.mm
    • edit: source/Target/ObjCLanguageRuntime.cpp
    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/Makefile
    • edit: source/Symbol/ClangASTContext.cpp
    • edit: source/Target/CPPLanguageRuntime.cpp
    • edit: packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
    • edit: packages/Python/lldbsuite/test/lang/swift/hide_runtimesupport/main.swift
  • Commit c7eecbded152f892d90c56ca41141a8339ab5850 by aprantl:
    Fix tests on non-Darwin platforms.

    • edit: packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
    • edit: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py
  • Commit 30015c7c75c6e757313b029005f9d4886098ac2f by jonas:
    Make lldb-mi optional and change how we deal with missing tools in lit

    • edit: lit/CMakeLists.txt
    • edit: lit/tools/lldb-instr/lit.local.cfg
    • edit: tools/CMakeLists.txt
    • edit: lit/lit.site.cfg.py.in
  • Commit 5ea51852eca3e573b38da002e8e77a0a5497df50 by syaghmour:
    Fix for ambiguous lookup in expressions between local variable and

    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py
    • edit: source/Expression/ExpressionSourceCode.cpp
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/Makefile
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/main.cpp
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/main.mm
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_cpp_and_c/Makefile
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/util.mm
  • Commit a16cbbbb41e23f284efe21f2a919623697398e1c by syaghmour:
    Set a CXXRecordDecl to not be passed in registers if

    • add: packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/Makefile
    • add: packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/main.cpp
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • add: packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/TestArgumentPassingRestrictions.py
  • Commit afbb5b57d3943dc594cb78173f4764e7907118ec by aprantl:
    Supply a default implementation of IsRuntimeSupportValue.

    • edit: source/Core/ValueObject.cpp
    • edit: packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
  • Commit abde3829b0f1f7e4c4f6e3bc37d7e54f061f5de8 by aprantl:
    Fix test syntax

    • edit: packages/Python/lldbsuite/test/lang/swift/hide_runtimesupport/main.swift
  • Commit efd11ea26c9d7374eba0887066b13eaf52f11d82 by gwen.mittertreiner:
    [Windows] Fix Symbolic Link Creation

    • edit: Foundation/FileManager+Win32.swift