Looks like an LLDB test timed out:
[TestConcurrentEvents.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang -s 2016-04-12-21_50_50 --results-port 46207 --inferior -p TestConcurrentEvents.py /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=24:int
574 out of 575 test suites processed - TestConcurrentEvents.py soft kill attempt of process 24477 timed out after 10.0 seconds
-Chris
···
On Apr 12, 2016, at 7:56 PM, no-reply@swift.org wrote:
[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#2753 ]
Build URL: https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/2753/
Project: oss-lldb-incremental-linux-ubuntu-14_04
Date of build: Tue, 12 Apr 2016 19:41:35 -0700
Build duration: 15 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:
Indication 1 <https://ci.swift.org//job/oss-lldb-incremental-linux-ubuntu-14_04/2753/consoleFull#-497125414fca400bf-2f4a-462e-b517-e058d770b2d7> ;
Changes
Commit 066f285fbca4fc511d16d797067362b903f88a1b by clattner:
tweak a few testcases that still fail with the @discardableResult
edit: test/IDE/Inputs/mock-sdk/FooHelper.printed.txt
edit: test/IDE/Inputs/mock-sdk/Foo.FooSub.printed.txt
edit: test/IDE/Inputs/mock-sdk/FooHelper.FooHelperExplicit.printed.txt
edit: test/IDE/Inputs/mock-sdk/FooHelper.FooHelperSub.printed.txt
edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
edit: test/IDE/Inputs/mock-sdk/Foo.annotated.txt
edit: test/IDE/print_clang_framework.swift
Yep. That test has been acting up lately. We'll want to investigate that.
···
On Tue, Apr 12, 2016 at 9:00 PM, Chris Lattner via swift-lldb-dev < swift-lldb-dev@swift.org> wrote:
Looks like an LLDB test timed out:
[TestConcurrentEvents.py FAILED]Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang -s 2016-04-12-21_50_50 --results-port 46207 --inferior -p TestConcurrentEvents.py /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=24:int
574 out of 575 test suites processed - TestConcurrentEvents.py soft kill attempt of process 24477 timed out after 10.0 seconds
-Chris
On Apr 12, 2016, at 7:56 PM, no-reply@swift.org wrote:
[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#2753 ]
Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/2753/
Project: oss-lldb-incremental-linux-ubuntu-14_04
Date of build: Tue, 12 Apr 2016 19:41:35 -0700
Build duration: 15 minIdentified problems:
- Regression test failed: This build failed because a regression test
in the test suite FAILed. Below is a list of all errors:
- Indication 1
<https://ci.swift.org//job/oss-lldb-incremental-linux-ubuntu-14_04/2753/consoleFull#-497125414fca400bf-2f4a-462e-b517-e058d770b2d7> ;
Changes
- Commit *066f285fbca4fc511d16d797067362b903f88a1b* by *clattner:*
tweak a few testcases that still fail with the @discardableResult
- *edit*: test/IDE/Inputs/mock-sdk/FooHelper.printed.txt
- *edit*: test/IDE/Inputs/mock-sdk/Foo.FooSub.printed.txt
- *edit*:
test/IDE/Inputs/mock-sdk/FooHelper.FooHelperExplicit.printed.txt
- *edit*:
test/IDE/Inputs/mock-sdk/FooHelper.FooHelperSub.printed.txt
- *edit*: test/SourceKit/DocSupport/doc_clang_module.swift.response
- *edit*: test/IDE/Inputs/mock-sdk/Foo.annotated.txt
- *edit*: test/IDE/print_clang_framework.swift
_______________________________________________
swift-lldb-dev mailing list
swift-lldb-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-lldb-dev
--
-Todd
I just double checked the output, this is another case of:
opened 04:38PM - 13 Apr 16 UTC
closed 06:26PM - 25 Apr 16 UTC
bug
LLDB for Swift
| | |
|------------------|-----------------|…
|Previous ID | SR-1220 |
|Radar | None |
|Original Reporter | @trfiala |
|Type | Bug |
|Status | Closed |
|Resolution | Done |
<details>
<summary>Additional Detail from JIRA</summary>
| | |
|------------------|-----------------|
|Votes | 0 |
|Component/s | LLDB for Swift |
|Labels | Bug |
|Assignee | @trfiala |
|Priority | Medium |
md5: 7e719234006d1a19a1c212ead98ea94d
</details>
**Issue Description:**
I am not sure exactly what is broken here, but something about the '--rerun-all-issues' and the rerun logic to clear test issues has broken. I've seen several builds where the errant test timed out and was rerun, the rerun succeeds, and then the test suite fails.
I suspect something changed upstream and this breakage came in when I brought in LLVM.org LLDB svn trunk through r265422 into GitHub swift-lldb.
This is high priority as it is causing builds to be flagged as failing when we don't intend it.
I’m working on that today.
···
On Apr 13, 2016, at 8:30 AM, Todd Fiala via swift-lldb-dev <swift-lldb-dev@swift.org> wrote:
Yep. That test has been acting up lately. We'll want to investigate that.
On Tue, Apr 12, 2016 at 9:00 PM, Chris Lattner via swift-lldb-dev <swift-lldb-dev@swift.org <mailto:swift-lldb-dev@swift.org>> wrote:
Looks like an LLDB test timed out:
[TestConcurrentEvents.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang -s 2016-04-12-21_50_50 --results-port 46207 --inferior -p TestConcurrentEvents.py /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=24:int
574 out of 575 test suites processed - TestConcurrentEvents.py soft kill attempt of process 24477 timed out after 10.0 seconds
-Chris
On Apr 12, 2016, at 7:56 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#2753 ]
Build URL: https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/2753/
Project: oss-lldb-incremental-linux-ubuntu-14_04
Date of build: Tue, 12 Apr 2016 19:41:35 -0700
Build duration: 15 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:
Indication 1 <https://ci.swift.org//job/oss-lldb-incremental-linux-ubuntu-14_04/2753/consoleFull#-497125414fca400bf-2f4a-462e-b517-e058d770b2d7> ;
Changes
Commit 066f285fbca4fc511d16d797067362b903f88a1b by clattner:
tweak a few testcases that still fail with the @discardableResult
edit: test/IDE/Inputs/mock-sdk/FooHelper.printed.txt
edit: test/IDE/Inputs/mock-sdk/Foo.FooSub.printed.txt
edit: test/IDE/Inputs/mock-sdk/FooHelper.FooHelperExplicit.printed.txt
edit: test/IDE/Inputs/mock-sdk/FooHelper.FooHelperSub.printed.txt
edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
edit: test/IDE/Inputs/mock-sdk/Foo.annotated.txt
edit: test/IDE/print_clang_framework.swift
_______________________________________________
swift-lldb-dev mailing list
swift-lldb-dev@swift.org <mailto:swift-lldb-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-lldb-dev
--
-Todd
_______________________________________________
swift-lldb-dev mailing list
swift-lldb-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-lldb-dev