[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #1524

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1524]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1524/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Mon, 11 Mar 2019 16:52:14 -0500
Build duration:
3 hr 38 min

Identified problems:

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

Changes

  • Commit 16dc9094d2a4e8a4c10b353dd60a1c6e7dca1817 by gwen.mittertreiner:
    Fix Unicode Tests on Windows

    • edit: test/Driver/batch_mode_with_supplementary_filelist_unicode.swift
    • add: test/stdlib/Inputs/Unicode.rsp
    • add: test/Driver/Inputs/unicode.txt
    • edit: test/stdlib/UnicodeMetadata.swift
    • add: test/Driver/Inputs/unicode-filenames.rsp
    • edit: test/Driver/parseable_output_unicode.swift
  • Commit c2590c0decea7cb2fafb757ce58776be09636d90 by pyaskevich:
    [ConstraintSystem] Simplify addOverloadSet

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 31d81530978b22b9c939b42a9f9d63178463488d by dave:
    [Sema] QoI: Report all tuple type resolution errors

    • edit: test/Constraints/tuple_arguments.swift
    • edit: test/decl/func/functions.swift
    • edit: test/attr/attr_inout.swift
    • edit: test/Compatibility/tuple_arguments_4.swift
    • edit: lib/Sema/TypeCheckType.cpp

New issue found!

**01:55:20** FAIL: LLDB (/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-ReleaseAssert/llvm-linux-x86_64/bin/clang-7-x86_64) :: test_step (TestVSCode_step.TestVSCode_step)
**01:55:20** Executing tearDown hook: def cleanup():
**01:55:20**             self.vscode.request_disconnect(terminateDebuggee=True)
**01:55:20**             self.vscode.terminate()
**01:55:20**
**01:55:20** 
**01:55:20** ======================================================================

**01:55:20** FAIL: test_step (TestVSCode_step.TestVSCode_step)
**01:55:20** ----------------------------------------------------------------------
**01:55:20** Traceback (most recent call last):
**01:55:20**   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/decorators.py", line 349, in wrapper
**01:55:20**     return func(self, *args, **kwargs)
**01:55:20**   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py", line 67, in test_step
**01:55:20**     self.assertTrue(x1 == x3, 'verify step out variable')
**01:55:20** AssertionError: False is not True : verify step out variable
**01:55:20** Config=x86_64-/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-ReleaseAssert/llvm-linux-x86_64/bin/clang-7

My changed shouldn’t have caused this because they are scoped to min/max references.