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

Report

[FAILURE] oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04 [#302]

Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04/302/
Project:
oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04
Date of build:
Fri, 03 May 2019 22:53:04 -0500
Build duration:
3 hr 34 min

Identified problems:

  • Unexpected pass: This build failed because a test marked as XFAIL unexpectedly passes. This could mean that the cause for the XFAIL is fixed, but it warrants investigation in any case.

Changes

  • Commit 4241ce8321bf60ec3c1913c5ae9b8a7a87605301 by aprantl:
    Hide runtime support values such as clang's __vla_expr from frame

    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py
    • edit: source/Target/CPPLanguageRuntime.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/hide_runtimesupport/TestSwiftHideRuntimeSupport.py
    • edit: source/Symbol/ClangASTContext.cpp
    • edit: packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
    • edit: include/lldb/Target/CPPLanguageRuntime.h
    • edit: include/lldb/Target/LanguageRuntime.h
    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/main.mm
    • edit: packages/Python/lldbsuite/test/lang/swift/hide_runtimesupport/main.swift
    • edit: include/lldb/Target/ObjCLanguageRuntime.h
    • add: packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/Makefile
    • edit: source/Target/ObjCLanguageRuntime.cpp
  • 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 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_cpp_and_c/TestNamespaceLocalVarSameNameCppAndC.py
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/main.mm
    • edit: source/Expression/ExpressionSourceCode.cpp
    • add: packages/Python/lldbsuite/test/expression_command/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py
    • 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_cpp_and_c/Makefile
    • 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_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/TestArgumentPassingRestrictions.py
    • 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/Makefile
  • 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 2e9c8a50039b3fce6511c056efaa4858c4e86a13 by jonas:
    [Alias] Add 're' alias for register

    • edit: packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py
    • edit: source/Interpreter/CommandInterpreter.cpp
  • Commit 3cb35182b79d8c72e65ffcae6ab14b973c477684 by jgroff:
    Sema: Use GSB to build the signature for opaque result type decls.

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • add: test/type/opaque_constraint_order.swift
  • Commit 2125805339a618084c2f2ee162c9e7bb274a6772 by spestov:
    Sema: Tweak test/decl/protocol/conforms/nscoding.swift a bit

    • edit: test/decl/protocol/conforms/nscoding.swift
  • Commit c455ed51d57d3b8368bc0da3599dabc0b66941e9 by github:
    [test] Tweak unmanaged_objc_throw_func.swift for unoptimized stdlib

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit 0e649eb980cd82206e4c98617def0f406c127205 by jgroff:
    Fixes for opaque return types on local functions.

    • edit: test/IRGen/opaque_result_type.swift
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
    • edit: lib/IRGen/GenStruct.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/Sema/MiscDiagnostics.cpp