Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
Lib dispatch test failed, however next build passed (https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/178/ ) Testsui

[swift-dev] Updating llvm/clang stable branches

2016-08-31 Thread Michael Gottesman via swift-dev
Hello swift-dev! We are going to be performing an update to the llvm/clang stable branches within the next couple of days. I will send out an email before I pull the trigger. We will be using a -s ours merge so if you run update-checkout (or even just git pull), everything should fast forward a

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread Chris Bailey via swift-dev
Each of the libdispatch tests generates a log file that can be grabbed to see more detail on a failure. You can find the .log files in: buildbot_linux/libdispatch-linux-x86_64/tests/ Regards C (Chris) Bailey Senior Technical Staff Member (STSM) Hursley Park Runtime Technologies fo

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread Jordan Rose via swift-dev
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 > wrote: > > Not really sure what's going on here. The only failure I see is this, but I > don't know what actually

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
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:

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread Tony Parker via swift-dev
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 wrote: > > After clean build its still failing. > >

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
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 make bsdtestharness

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
Next few build passed, next time I will look into the logs. Thanks, Mishal Shah > On Aug 30, 2016, at 3:03 PM, Chris Bailey wrote: > > Each of the libdispatch tests generates a log file that can be grabbed to see > more detail on a failure. You can find the .log files in: > buildbot_

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread David P Grove via swift-dev
Detailed output from a failed test would be useful. One of the .log files I'd expect that if every test is failing we probably have a linkage problem or something similar. --dave From: Tony Parker via swift-dev To: mishal_shah , Chris Bailey , Pushkar N Kulkarni

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread Jordan Rose via swift-dev
…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/925/ https://ci.swift.org/job/swift-PR-Linux-smoke-test/926/ https://ci.swift.org/job/swift-PR-Linux-smoke-test/927/ (923 passed, for some reason.)

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread David P Grove via swift-dev
Mishal, What is the most reliable way to get the output of a .log file for a failed test to be visible in the Jenkins console log? Do I need to try to add a hook to the autotools testing rules to cat a failed log file, or is there some other mechanism available to us? --dave From:

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
Hi David, Does the tests provide xml output? Thanks, Mishal Shah > On Aug 31, 2016, at 10:23 AM, David P Grove wrote: > > Mishal, > > What is the most reliable way to get the output of a .log file for a failed > test to be visible in the Jenkins console log? Do I need to try to add a hook

Re: [swift-dev] [SourceKit] Include sourcekitd.h in distributed toolchain

2016-08-31 Thread Argyrios Kyrtzidis via swift-dev
> On Aug 12, 2016, at 7:14 AM, Ryan Lovelett wrote: > >> The header is not currently bundled with Xcode because it is not >> considered a supported stable API. >> The toolchain snapshots from swift.org do not make any promises about >> stable APIs so we include it with those. > > Thank you for

[swift-dev] compile sourcekit for ios

2016-08-31 Thread Philipp Seibel via swift-dev
Hi, I’m currently investigating if it is possible to compile sourcekit for ios. Has anyone information how to achieve this? I tried to compile swift via the build-scipt without success. Thanks, Philipp Sent with Unibox ___ swift-dev mailing list

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread David P Grove via swift-dev
No, no xml output. --dave From: mishal_shah To: David P Grove/Watson/IBM@IBMUS Cc: Jordan Rose , Jacob Bandes-Storch , swift-dev , Xiaodi Wu Date: 08/31/2016 01:40 PM Subject:Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incre

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177

2016-08-31 Thread mishal_shah via swift-dev
If xml output is not supported, then I would recommend printing out failure logs into the console (stdout). Thanks, Mishal Shah > On Aug 31, 2016, at 12:42 PM, David P Grove wrote: > > No, no xml output. > > --dave > > mishal_shah ---08/31/2016 01:40:33 PM---Hi David, Does the tests > prov

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7230

2016-08-31 Thread Anders Bertelrud via swift-dev
Looks unrelated to the checkins mentioned in this email: Test Case 'TestNSHTTPURLResponse.test_MIMETypeAndCharacterEncoding_1' passed (0.0 seconds). Test Case 'TestNSHTTPURLResponse.test_MIMETypeAndCharacterEncoding_2' started at 20:30:25.699 Test Case 'TestNSHTTPURLResponse.test_MIMETypeAndChar

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7230

2016-08-31 Thread Philippe Hausler via swift-dev
Those tests have been disabled by https://github.com/apple/swift-corelibs-foundation/commit/b98f8d67071b0af39f85c589dfd6cb54ff7c06cd Sent from my iPhone > On Aug 31, 2016, at 2:18 PM, Anders Bertelrud via swift-dev > wrote: > > Looks unrelated to the checkins mentioned in this email: > > Tes

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7230

2016-08-31 Thread Michael Gottesman via swift-dev
Why wasn't this caught by pull request testing? Michael > On Aug 31, 2016, at 3:56 PM, Philippe Hausler via swift-dev > wrote: > > Those tests have been disabled by > https://github.com/apple/swift-corelibs-foundation/commit/b98f8d67071b0af39f85c589dfd6cb54ff7c06cd > >