I am rerunning it on different system to see if this is only happening on one 
system. 

Console: 
https://ci.swift.org/view/Pull%20Request/job/swift-PR-Linux-smoke-test/929/consoleFull
 
<https://ci.swift.org/view/Pull%20Request/job/swift-PR-Linux-smoke-test/929/consoleFull>

make  bsdtestharness bsdtestsummarize dispatch_apply dispatch_api dispatch_c99 
dispatch_debug dispatch_queue_finalizer dispatch_group dispatch_overcommit 
dispatch_plusplus dispatch_context_for_key dispatch_after dispatch_timer 
dispatch_timer_short dispatch_timer_timeout dispatch_sema 
dispatch_suspend_timer dispatch_timer_bit31 dispatch_timer_bit63 
dispatch_timer_set_time dispatch_starfish dispatch_data dispatch_io_net 
dispatch_select  
make[2]: Entering directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make[2]: `bsdtestharness' is up to date.
make[2]: `bsdtestsummarize' is up to date.
make[2]: `dispatch_apply' is up to date.
make[2]: `dispatch_api' is up to date.
make[2]: `dispatch_c99' is up to date.
make[2]: `dispatch_debug' is up to date.
make[2]: `dispatch_queue_finalizer' is up to date.
make[2]: `dispatch_group' is up to date.
make[2]: `dispatch_overcommit' is up to date.
make[2]: `dispatch_plusplus' is up to date.
make[2]: `dispatch_context_for_key' is up to date.
make[2]: `dispatch_after' is up to date.
make[2]: `dispatch_timer' is up to date.
make[2]: `dispatch_timer_short' is up to date.
make[2]: `dispatch_timer_timeout' is up to date.
make[2]: `dispatch_sema' is up to date.
make[2]: `dispatch_suspend_timer' is up to date.
make[2]: `dispatch_timer_bit31' is up to date.
make[2]: `dispatch_timer_bit63' is up to date.
make[2]: `dispatch_timer_set_time' is up to date.
make[2]: `dispatch_starfish' is up to date.
make[2]: `dispatch_data' is up to date.
make[2]: `dispatch_io_net' is up to date.
make[2]: `dispatch_select' is up to date.
make[2]: Leaving directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make  check-TESTS
make[2]: Entering directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make[3]: Entering directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
FAIL: dispatch_apply
FAIL: dispatch_api
FAIL: dispatch_c99
FAIL: dispatch_debug
FAIL: dispatch_queue_finalizer
FAIL: dispatch_group
FAIL: dispatch_overcommit
FAIL: dispatch_plusplus
FAIL: dispatch_context_for_key
FAIL: dispatch_after
FAIL: dispatch_timer
FAIL: dispatch_timer_short
FAIL: dispatch_timer_timeout
FAIL: dispatch_sema
FAIL: dispatch_suspend_timer
FAIL: dispatch_timer_bit31
FAIL: dispatch_timer_bit63
FAIL: dispatch_timer_set_time
FAIL: dispatch_starfish
FAIL: dispatch_data
FAIL: dispatch_io_net
FAIL: dispatch_select
make[4]: Entering directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
============================================================================
Testsuite summary for libdispatch 1.3
============================================================================
# TOTAL: 22
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  22
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to https://bugs.swift.org <https://bugs.swift.org/>
============================================================================
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/tests'
make: *** [check-recursive] Error 1
/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 2, aborting
/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting
Build step 'Execute shell' marked build as failure
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'branch-master/buildbot_linux/swift-linux-x86_64/swift-test-results/x86_64-unknown-linux-gnu/**.xml'
 relative to '/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test' for 
the testing framework 'JUnit'.
[xUnit] [INFO] - Converting 
'/home/buildnode/disk2/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/swift-linux-x86_64/swift-test-results/x86_64-unknown-linux-gnu/lit-tests.xml'
 .
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s

> On Aug 30, 2016, at 2:04 PM, Tony Parker <anthony.par...@apple.com> wrote:
> 
> Is there any more detailed output here? All I see above your summary is every 
> test failing with no additional output...
> 
> Is this on a different machine or different configuration from master?
> 
> - Tony
> 
>> On Aug 30, 2016, at 1:51 PM, mishal_shah <mishal_s...@apple.com 
>> <mailto:mishal_s...@apple.com>> wrote:
>> 
>> After clean build its still failing.
>> 
>> Tony, do you know who can help us look into these failures?
>> 
>> ============================================================================
>> Testsuite summary for libdispatch 1.3
>> ============================================================================
>> # TOTAL: 22
>> # PASS:  0
>> # SKIP:  0
>> # XFAIL: 0
>> # FAIL:  22
>> # XPASS: 0
>> # ERROR: 0
>> 
>>> On Aug 30, 2016, at 11:58 AM, Jordan Rose <jordan_r...@apple.com 
>>> <mailto:jordan_r...@apple.com>> wrote:
>>> 
>>> …but the smoke tests are still failing.
>>> 
>>> https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/ 
>>> <https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/>
>>> https://ci.swift.org/job/swift-PR-Linux-smoke-test/925/ 
>>> <https://ci.swift.org/job/swift-PR-Linux-smoke-test/925/>
>>> https://ci.swift.org/job/swift-PR-Linux-smoke-test/926/ 
>>> <https://ci.swift.org/job/swift-PR-Linux-smoke-test/926/>
>>> https://ci.swift.org/job/swift-PR-Linux-smoke-test/927/ 
>>> <https://ci.swift.org/job/swift-PR-Linux-smoke-test/927/>
>>> 
>>> (923 passed, for some reason.)
>>> 
>>> 
>>>> On Aug 30, 2016, at 11:55, mishal_shah <mishal_s...@apple.com 
>>>> <mailto:mishal_s...@apple.com>> wrote:
>>>> 
>>>> Lib dispatch test failed, however next build passed 
>>>> (https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/178/
>>>>  
>>>> <https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/178/>)
>>>> 
>>>> ============================================================================
>>>> Testsuite summary for libkqueue 2.0.4
>>>> ============================================================================
>>>> # TOTAL: 1
>>>> # PASS:  0
>>>> # SKIP:  0
>>>> # XFAIL: 0
>>>> # FAIL:  1
>>>> # XPASS: 0
>>>> # ERROR: 0
>>>> 
>>>> Thanks,
>>>> Mishal Shah
>>>>> On Aug 30, 2016, at 11:31 AM, Jordan Rose <jordan_r...@apple.com 
>>>>> <mailto:jordan_r...@apple.com>> wrote:
>>>>> 
>>>>> I'm seeing this on all the Linux smoke tests right now. :-( Any ideas, 
>>>>> Mishal? Should we just try wiping the workspace?
>>>>> 
>>>>> Jordan
>>>>> 
>>>>> 
>>>>>> On Aug 29, 2016, at 23:34, Jacob Bandes-Storch <ja...@bandes-storch.net 
>>>>>> <mailto:ja...@bandes-storch.net>> wrote:
>>>>>> 
>>>>>> Not really sure what's going on here. The only failure I see is this, 
>>>>>> but I don't know what actually failed:
>>>>>> 
>>>>>> make[3]: *** [test-suite.log] Error 1
>>>>>> make[3]: Leaving directory 
>>>>>> `/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
>>>>>> make[2]: *** [check-TESTS] Error 2
>>>>>> make[2]: Leaving directory 
>>>>>> `/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
>>>>>> make[1]: *** [check-am] Error 2
>>>>>> make[1]: Leaving directory 
>>>>>> `/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
>>>>>> make: *** [check-recursive] Error 1
>>>>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script:
>>>>>>  fatal error: command terminated with a non-zero exit status 2, aborting
>>>>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script:
>>>>>>  fatal error: command terminated with a non-zero exit status 1, aborting
>>>>>> 
>>>>>> 
>>>>>> On Mon, Aug 29, 2016 at 11:18 PM, <no-re...@swift.org 
>>>>>> <mailto:no-re...@swift.org>> wrote:
>>>>>> [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-14_04 [#177]
>>>>>> 
>>>>>> Build URL:       
>>>>>> https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/177/
>>>>>>  
>>>>>> <https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/177/>
>>>>>> Project: oss-swift-3.0-incremental-RA-linux-ubuntu-14_04
>>>>>> Date of build:   Mon, 29 Aug 2016 23:06:18 -0700
>>>>>> Build duration:  11 min
>>>>>> Tests:
>>>>>> 
>>>>>> Name: Swift(linux-x86_64)
>>>>>> Failed: 0 test(s), Passed: 8233 test(s), Total: 8233 test(s)
>>>>>> Name: Swift-Unit
>>>>>> Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)
>>>>>> 
>>>>>> Changes
>>>>>> 
>>>>>> Commit 41eb798f035aff1e705ec6d33a1f0ab2174fd978 by jordan_rose:
>>>>>> [ClangImporter] Predefine __swift__ in imported (Obj)C code. (#4510)
>>>>>> 
>>>>>> edit: test/ClangModules/Inputs/custom-modules/module.map
>>>>>> edit: include/swift/Basic/Version.h
>>>>>> add: test/ClangModules/Inputs/custom-modules/PredefinedMacros.h
>>>>>> edit: lib/ClangImporter/ClangImporter.cpp
>>>>>> add: test/ClangModules/predefined_macros.swift
>>>>>> edit: lib/Basic/Version.cpp
>>>>>> 
>>>>>> Commit 11999525bf57a87b818366438d6c8b68e886e3ae by jacob:
>>>>>> [QoI] diagnose initializers written as typed patterns (SR-1461)
>>>>>> 
>>>>>> add: test/Parse/diagnose_initializer_as_typed_pattern.swift
>>>>>> edit: lib/Parse/ParsePattern.cpp
>>>>>> edit: include/swift/AST/DiagnosticsParse.def
>>>>>> 
>>>>>> Commit 2c998bda9c65343df0e1679b33f64f33af9725db by jacob:
>>>>>> [QoI] fix diagnosis of non-Optional enum used in optional pattern
>>>>>> 
>>>>>> edit: lib/Sema/TypeCheckPattern.cpp
>>>>>> edit: test/SILGen/statements.swift
>>>>>> edit: test/stmt/if_while_var.swift
>>>>>> 
>>>>>> Commit fd8f6f537d223ad3ae5b588a1da47780a307d2c6 by xiaodi.wu:
>>>>>> [Swift 3.0.1] Fix decimal
>>>>>> 
>>>>>> edit: stdlib/public/SDK/Foundation/Decimal.swift
>>>>>> edit: test/Interpreter/SDK/NSDecimal.swift
>>>>>> 
>>>>>> Commit 29153b5bdf48d1bdd33c346bab87f49b1fa144ca by xiaodi.wu:
>>>>>> Fix-up (line ending)
>>>>>> 
>>>>>> edit: test/Interpreter/SDK/NSDecimal.swift
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
> 

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to