Re: [swift-dev] Questions about Swift-CI

2017-05-25 Thread mishal_shah via swift-dev
Hi Pavol, 

> On May 11, 2017, at 1:33 PM, Pavol Vaskovic  wrote:
> 
> Hi Mishal,
> 
> Douglas Gregor suggested in SR-4814 (that was merged as dupe into SR-4669) 
> that I get in contact with you because I’m working on issue SR-4669 Add a 
> Benchmark_Driver --rerun N option  and 
> I should make sure that I don’t break the Swift-CI.
> 
> The point of that is to deal with false changes (regressions and 
> improvements) that are often seen in benchmark reports from CI.
> 
> I have run Benchmark_O with --num-iters=100 on my machine for the the whole 
> performance test suite, to get a feeling for the distribution of benchmark 
> samples, because I also want to move the Benchmark_Driver to use MEAN instead 
> of MIN in the analysis.
> 
> There was a tremendous difference on the quality of measured samples 
> depending on how busy my machine was. When I had idle browser windows open in 
> the background, or Xcode open, the results had very high variance. When I 
> purged all I could the results were very stable.
> 
> First I want to check with you that the Macs that run the CI and benchmarks 
> do have turned off the Spotlight indexing on the folder that they check out 
> the project into 
> (/Users/buildnode/jenkins/workspace/swift-PR-osx-perf/swift). Just making 
> sure that `mds`, `mds_stores` and `mds_worker` processes don’t unnecessarily 
> impact the benchmark runs. How about Time Machine's `backupd`?
Yes, we have these services disabled. 

> 
> ---
> 
> Also I have recently filed SR-4659 Benchmark logs should be tied to tested 
> tree version  and implemented a fix 
> that got merged in PR #8978 , 
> adding short hash of the commit to the Benchmark log file name. But that 
> works only while you don’t make local changes. In the end I would like to 
> have fully identified versions of benchmarks in the comparison report. In 
> order to make that work, I’ve filed SR-4675 Report detailed build version 
> from Benchmark drivers , that calls 
> for having something akin to `swift —version` be baked into the 
> Benchmark_O{Onone, Ounchecked}. 
> 
> Given we are on git now, I think the solution is to modify cmake to run `git 
> describe` and generate some kind of version file that will be included during 
> build and reported by the driver when running benchmarks.
> 
> I thought it would be nice touch to report also the branch names like one 
> that is cited in the PRs on github. For example:
> 
> apple:master vs palimondo:SR-4659

For pull request jobs following env will be available. 

${ghprbTargetBranch} (master) vs ${ghprbSourceBranch} (SR-4659)

> 
> I found that getSVN.cmake 
> 
>  from llvm has all the commands to extract the needed information… But, whenI 
> looked at full console logs from swift-ci to see if that would work with the 
> way how the branches are checked out on the build machine, I’m a bit confused:
> 
>> Cloning the remote Git repository
>> Cloning repository g...@github.com :apple/swift.git
>>  > git init /Users/buildnode/jenkins/workspace/swift-PR-osx-perf/swift # 
>> timeout=10
>> Fetching upstream changes from g...@github.com 
>> :apple/swift.git
>>  > git --version # timeout=10
>>  > git fetch --tags --progress g...@github.com 
>> :apple/swift.git +refs/heads/*:refs/remotes/origin/*
>>  > git config remote.origin.url g...@github.com 
>> :apple/swift.git # timeout=10
>>  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* 
>> # timeout=10
>>  > git config remote.origin.url g...@github.com 
>> :apple/swift.git # timeout=10
>> Cleaning workspace
>>  > git rev-parse --verify HEAD # timeout=10
>> No valid HEAD. Skipping the resetting
>>  > git clean -fdx # timeout=10
>> Fetching upstream changes from g...@github.com 
>> :apple/swift.git
>>  > git fetch --tags --progress g...@github.com 
>> :apple/swift.git 
>> +refs/pull/*:refs/remotes/origin/pr/*
>>  > git rev-parse refs/remotes/origin/pr/9330/merge^{commit} # timeout=10
>>  > git rev-parse refs/remotes/origin/origin/pr/9330/merge^{commit} # 
>> timeout=10
>> Checking out Revision 55f2b7e24356b31fd29c690d779f9aaf4a3d59d5 
>> (refs/remotes/origin/pr/9330/merge)
>>  > git config core.sparsecheckout # timeout=10
>>  > git checkout -f 55f2b7e24356b31fd29c690d779f9aaf4a3d59d5
>> Using 'Changelog to branch' strategy.
>> [swift-PR-osx-perf] $ /bin/bash -e 
>> /var/folders/_8/79jmzf2142z2xydc_01btlx0gn/T/hudson7057602820198606732.sh
>> Cloning into 'ninja'...
>> Branch:   master
>> Found related pull requests: []
> 
> 
> I don’t quite understand how is the PR branch cloned from github. It 
> definitely 

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (swift 4.0) #150

2017-05-20 Thread mishal_shah via swift-dev
Fixed. 

Thanks, 
Mishal Shah
> On May 20, 2017, at 9:21 PM, mishal_shah  wrote:
> 
> I will look into this soon, thanks!
> 
>> On May 20, 2017, at 9:09 PM, Douglas Gregor via swift-dev 
>> > wrote:
>> 
>> I didn’t fill up the disk :)
>> -- scp toolchain tar --
>> /tmp/swift-4.0-DEVELOPMENT-SNAPSHOT-2017-05-20-a-152-WORKSPACE/swift-4.0-DEVELOPMENT-SNAPSHOT-2017-05-20-a-osx-symbols.tar.gz:
>>  No space left on device
>> Build step 'Execute shell' marked build as failure
>> 
>> 
>>> On May 20, 2017, at 5:35 AM, no-reply--- via swift-dev >> > wrote:
>>> 
>>> New issue found!
>>> 
>>> [FAILURE] oss-swift-4.0-package-osx [#150]
>>> 
>>> Build URL:  https://ci.swift.org/job/oss-swift-4.0-package-osx/150/ 
>>> 
>>> Project:oss-swift-4.0-package-osx
>>> Date of build:  Sat, 20 May 2017 02:49:38 -0700
>>> Build duration: 2 hr 45 min
>>> 
>>> Changes
>>> 
>>> Commit 326119be9426fb3ace60369f2cdfb2d06263b81a by Xi Ge:
>>> RangeInfo: unbox switch statement to ensure all branches agree on return
>>> 
>>> edit: test/IDE/range_info_branches.swift
>>> edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
>>> edit: lib/IDE/SwiftSourceDocInfo.cpp
>>> edit: include/swift/IDE/Utils.h
>>> 
>>> Commit 6a95c8628ef0236f31c7dd9ebad529c095b16a00 by Joe Groff:
>>> SILGen: Use VarDecl::getInterfaceType instead of getType in
>>> 
>>> add: test/SILGen/objc_required_designated_init.swift
>>> edit: lib/SILGen/SILGenBridging.cpp
>>> add: test/SILGen/Inputs/objc_required_designated_init_2.swift
>>> 
>>> Commit 508653631c68d45c424f616e73f4aa905bf0703e by Jordan Rose:
>>> Merge pull request #9800 from jrose-apple/null-does-not-mean-absent
>>> 
>>> edit: lib/AST/ASTDumper.cpp
>>> edit: test/Serialization/cross_module_optional_protocol_reqt.swift
>>> edit: lib/Serialization/Serialization.cpp
>>> 
>>> Commit 8c43b67cebbb89f4d5bf823f5b5299a79f95002b by Ewa Matejska:
>>> requiring objc interop to avoid linux test failure
>>> 
>>> edit: test/SILGen/objc_required_designated_init.swift
>>> 
>>> Commit 710d87c606eaa2b76dcaca516d647c3c55cd1ce0 by github:
>>> Revert "Revert "[4.0] Increase the Swift ABI version to 5""
>>> 
>>> edit: lib/IRGen/IRGenModule.h
>>> edit: test/IRGen/objc.swift
>>> 
>>> Commit 2733495b3598216286787b9e6be4b733e5d04ed9 by Doug Gregor:
>>> [PrintAsObjC] Handle typealiases to non-type Clang declarations.
>>> 
>>> add: test/PrintAsObjC/Inputs/custom-modules/CompatibilityAlias.h
>>> edit: test/PrintAsObjC/Inputs/custom-modules/module.map
>>> add: test/PrintAsObjC/Inputs/custom-modules/NestedClass.apinotes
>>> add: test/PrintAsObjC/Inputs/custom-modules/NestedClass.h
>>> edit: lib/PrintAsObjC/PrintAsObjC.cpp
>>> add: test/PrintAsObjC/versioned.swift
>>> edit: test/PrintAsObjC/classes.swift
>>> 
>>> ___
>>> swift-dev mailing list
>>> swift-dev@swift.org 
>>> https://lists.swift.org/mailman/listinfo/swift-dev 
>>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

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


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

2017-04-11 Thread mishal_shah via swift-dev
Next build passed - 
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1990/

Mishal Shah
> On Apr 11, 2017, at 9:40 AM, Ankit Aggarwal  wrote:
> 
> I am not sure why this happened but I'll keep an eye out. Can you restart the 
> job for now?
> 
>> On 11-Apr-2017, at 10:06 PM, mishal_shah > > wrote:
>> 
>> Hi, 
>> 
>> Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' started at 
>> 16:06:36.733
>>  
>> <>/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:457:
>>  error: MiscellaneousTestCase.testCanKillSubprocessOnSigInt : failed - 
>> Couldn't launch the process
>> Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' failed 
>> (11.063 seconds)
>> 
>> Thanks,
>> Mishal Shah
>>> On Apr 11, 2017, at 9:09 AM, no-re...@swift.org  
>>> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1989]
>>> 
>>> Build URL:  
>>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1989/ 
>>> 
>>> Project:oss-swift-incremental-RA-linux-ubuntu-14_04
>>> Date of build:  Tue, 11 Apr 2017 08:26:30 -0700
>>> Build duration: 42 min
>>> Identified problems:
>>> 
>>> Compile Error: This build failed because of a compile error. Below is a 
>>> list of all errors in the build log:
>>> Indication 1 
>>> 
>>> Changes
>>> 
>>> Commit a8a8a5b9f032823be097e1ec9ae536f1903e6fe0 by Ankit Aggarwal:
>>> [Basic] Add Path.contains(other:) method
>>> 
>>> edit: Sources/Basic/Path.swift
>>> edit: Tests/BasicTests/PathTests.swift
>> 
> 

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


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

2017-04-11 Thread mishal_shah via swift-dev
Hi, 

Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' started at 
16:06:36.733
 
<>/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:457:
 error: MiscellaneousTestCase.testCanKillSubprocessOnSigInt : failed - Couldn't 
launch the process
Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' failed (11.063 
seconds)

Thanks,
Mishal Shah
> On Apr 11, 2017, at 9:09 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1989]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1989/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-14_04
> Date of build:Tue, 11 Apr 2017 08:26:30 -0700
> Build duration:   42 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Changes
> 
> Commit a8a8a5b9f032823be097e1ec9ae536f1903e6fe0 by Ankit Aggarwal:
> [Basic] Add Path.contains(other:) method
> 
> edit: Sources/Basic/Path.swift
> edit: Tests/BasicTests/PathTests.swift

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


Re: [swift-dev] PR test failing with clang compile error

2017-04-06 Thread mishal_shah via swift-dev
Thanks! 

> On Apr 6, 2017, at 3:32 PM, Jordan Rose <jordan_r...@apple.com> wrote:
> 
> Erik may have beat you to it. https://github.com/apple/swift/pull/8595 
> <https://github.com/apple/swift/pull/8595>
> 
> Jordan
> 
>> On Apr 6, 2017, at 15:18, mishal_shah via swift-dev <swift-dev@swift.org 
>> <mailto:swift-dev@swift.org>> wrote:
>> 
>> Looks like this was cherry-picked in swift-clang without PR testing.
>> 
>> Thanks,
>> Mishal Shah
>>> On Apr 6, 2017, at 3:17 PM, Slava Pestov <spes...@apple.com 
>>> <mailto:spes...@apple.com>> wrote:
>>> 
>>> I have a fix pending in this PR: https://github.com/apple/swift/pull/8594 
>>> <https://github.com/apple/swift/pull/8594>
>>> 
>>> But I’m surprised this wasn’t caught in CI.
>>> 
>>> Slava
>>> 
>>>> On Apr 6, 2017, at 2:58 PM, Mishal Shah <mishal_s...@apple.com 
>>>> <mailto:mishal_s...@apple.com>> wrote:
>>>> 
>>>> Hi Slave, 
>>>> 
>>>> This started after following commits:
>>>> 
>>>> https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/ 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/>
>>>> Git (clang)
>>>> 
>>>> Change -ffp-contract=fast test to run on Aarch64 (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Remove -ffp-contract=fast from this test (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Encapsulate FPOptions and use it consistently (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Use FPContractModeKind universally (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Use 'unsigned' for enum bitfields (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Set FMF for -ffp-contract=fast (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Add #pragma clang fp (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Fix sphinx warning from r299470 (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> Another attempt to fix the sphinx warning from r299470 (detail 
>>>> <https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/changes#detail>)
>>>> 
>>>> Thanks, 
>>>> Mishal Shah
>>>>> On Apr 6, 2017, at 2:53 PM, Slava Pestov via swift-dev 
>>>>> <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
>>>>> 
>>>>> Hi all,
>>>>> 
>>>>> I’m hitting this in github PR testing:
>>>>> 
>>>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/swift/lib/ClangImporter/ImportDecl.cpp:994:34:
>>>>>  error: no matching constructor for initialization of 
>>>>> 'clang::BinaryOperator'
>>>>> 
>>>>>auto cSetterExpr = new (Ctx) clang::BinaryOperator(cSetterMemberExpr,
>>>>> ^ ~~
>>>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:2929:3:
>>>>>  note: candidate constructor not viable: no known conversion from 'bool' 
>>>>> to 'clang::FPOptions' for 8th argument
>>>>>  BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy,
>>>>>  ^
>>>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:3085:3:
>>>>>  note: candidate constructor not viable: requires 9 arguments, but 8 were 
>>>>> provided
>>>>>  BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy,
>>>>>  ^
>>>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:3100:3:
>>>>>  note: candidate constructor not viable: requires 2 arguments, but 8 were 
>>>>> provided
>>>>>  BinaryOperator(StmtClass SC, EmptyShell Empty)
>>>>>  ^
>>>>> /Users/buildnode/jenkins/w

Re: [swift-dev] PR test failing with clang compile error

2017-04-06 Thread mishal_shah via swift-dev
Looks like this was cherry-picked in swift-clang without PR testing.

Thanks,
Mishal Shah
> On Apr 6, 2017, at 3:17 PM, Slava Pestov  wrote:
> 
> I have a fix pending in this PR: https://github.com/apple/swift/pull/8594 
> 
> 
> But I’m surprised this wasn’t caught in CI.
> 
> Slava
> 
>> On Apr 6, 2017, at 2:58 PM, Mishal Shah > > wrote:
>> 
>> Hi Slave, 
>> 
>> This started after following commits:
>> 
>> https://ci.swift.org/job/oss-swift-incremental-RA-osx/9254/ 
>> 
>> Git (clang)
>> 
>> Change -ffp-contract=fast test to run on Aarch64 (detail 
>> )
>> Remove -ffp-contract=fast from this test (detail 
>> )
>> Encapsulate FPOptions and use it consistently (detail 
>> )
>> Use FPContractModeKind universally (detail 
>> )
>> Use 'unsigned' for enum bitfields (detail 
>> )
>> Set FMF for -ffp-contract=fast (detail 
>> )
>> Add #pragma clang fp (detail 
>> )
>> Fix sphinx warning from r299470 (detail 
>> )
>> Another attempt to fix the sphinx warning from r299470 (detail 
>> )
>> 
>> Thanks, 
>> Mishal Shah
>>> On Apr 6, 2017, at 2:53 PM, Slava Pestov via swift-dev >> > wrote:
>>> 
>>> Hi all,
>>> 
>>> I’m hitting this in github PR testing:
>>> 
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/swift/lib/ClangImporter/ImportDecl.cpp:994:34:
>>>  error: no matching constructor for initialization of 
>>> 'clang::BinaryOperator'
>>> 
>>>auto cSetterExpr = new (Ctx) clang::BinaryOperator(cSetterMemberExpr,
>>> ^ ~~
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:2929:3:
>>>  note: candidate constructor not viable: no known conversion from 'bool' to 
>>> 'clang::FPOptions' for 8th argument
>>>  BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy,
>>>  ^
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:3085:3:
>>>  note: candidate constructor not viable: requires 9 arguments, but 8 were 
>>> provided
>>>  BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy,
>>>  ^
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:3100:3:
>>>  note: candidate constructor not viable: requires 2 arguments, but 8 were 
>>> provided
>>>  BinaryOperator(StmtClass SC, EmptyShell Empty)
>>>  ^
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:2947:12:
>>>  note: candidate constructor not viable: requires single argument 'Empty', 
>>> but 8 arguments were provided
>>>  explicit BinaryOperator(EmptyShell Empty)
>>>   ^
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:2913:7:
>>>  note: candidate constructor (the implicit copy constructor) not viable: 
>>> requires 1 argument, but 8 were provided
>>> class BinaryOperator : public Expr {
>>>  ^
>>> /Users/buildnode/jenkins/workspace/swift-PR-osx-smoke-test/branch-master/llvm/tools/clang/include/clang/AST/Expr.h:2913:7:
>>>  note: candidate constructor (the implicit move constructor) not viable: 
>>> requires 1 argument, but 8 were provided
>>> 1 error generated.
>>> 
>>> Is there a Clang/LLVM merge in progress or something?
>>> 
>>> Slava
>>> ___
>>> swift-dev mailing list
>>> swift-dev@swift.org 
>>> https://lists.swift.org/mailman/listinfo/swift-dev 
>>> 
>> 
> 

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift 4.0) #71

2017-04-03 Thread mishal_shah via swift-dev
We need to cherry-pick this fix (PR#8384) into swift-4.0-branch to avoid python 
lint failure. 

Thanks,
Mishal Shah
> On Apr 3, 2017, at 8:17 PM, Hugh Bellamy  wrote:
> 
> This issue was fixed in https://github.com/apple/swift/pull/8384 
> , I think.
> 
> On 4 April 2017 at 06:31, Vedant Kumar  > wrote:
> This doesn't look related to my changes.
> 
> + Hugh, since he's at least touched the file.
> 
> vedant
> 
> > On Apr 3, 2017, at 4:29 PM, no-re...@swift.org  
> > wrote:
> >
> > [FAILURE] oss-swift-4.0-incremental-RA-osx [#71]
> >
> > Build URL:https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/71/ 
> > 
> > Project:  oss-swift-4.0-incremental-RA-osx
> > Date of build:Mon, 03 Apr 2017 15:39:24 -0700
> > Build duration:   49 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
> > Tests:
> >
> > Name: Swift(macosx-x86_64)
> > Failed: 1 test(s), Passed: 9103 test(s), Total: 9104 test(s)
> >   • Failed: Swift(macosx-x86_64).Python.gyb.swift
> > Name: Swift-Unit
> > Failed: 0 test(s), Passed: 476 test(s), Total: 476 test(s)
> >
> > Changes
> >
> >   • Commit f683c24ef812b985e0e93c0aaa962062677b0af4 by Vedant Kumar:
> > Revert "[InlineCost] Fix codesize issue caused by r286814"
> >
> >   • edit: test/Transforms/Inline/inline-fast-math-flags.ll
> >   • edit: 
> > test/Transforms/Inline/optimization-remarks-passed-yaml.ll
> >   • edit: test/Transforms/Inline/inline-cold.ll
> >   • edit: test/Transforms/Inline/inline-hot-callee.ll
> >   • edit: lib/Analysis/InlineCost.cpp
> >   • edit: test/Transforms/Inline/inline-cold-callee.ll
> >   • edit: test/Transforms/Inline/inline-optsize.ll
> >   • edit: test/Transforms/Inline/alloca-bonus.ll
> >   • edit: test/Transforms/Inline/ptr-diff.ll
> >   • edit: test/Transforms/Inline/inline-hot-callsite.ll
> >   • edit: test/Transforms/Inline/inline_unreachable-2.ll
> >
> >   • Commit 57278f9a2b853e79b47aaff61b25a952aade98f8 by Vedant Kumar:
> > Revert "[Inliner] Tweak inline threshold for code size regression"
> >
> >   • edit: test/Transforms/Inline/ptr-diff.ll
> >
> >   • Commit e3511601a3c036006fab2becb4802b8f27055f02 by Vedant Kumar:
> > Revert "[InlineCost] Remove skew when calculating call costs"
> >
> >   • edit: test/Transforms/Inline/inline_unreachable-2.ll
> >   • edit: test/Transforms/Inline/ptr-diff.ll
> >   • edit: 
> > test/Transforms/Inline/optimization-remarks-passed-yaml.ll
> >   • edit: test/Transforms/Inline/inline-hot-callsite.ll
> >   • edit: test/Transforms/Inline/inline-optsize.ll
> >   • edit: test/Transforms/Inline/inline-cold.ll
> >   • edit: test/Transforms/Inline/alloca-bonus.ll
> >   • edit: lib/Analysis/InlineCost.cpp
> >   • edit: test/Transforms/Inline/inline-cold-callee.ll
> >   • edit: test/Transforms/Inline/inline-hot-callee.ll
> >
> >   • Commit 022afe34b9c86521a7d17bcd75811b6f1c39daba by Vedant Kumar:
> > Revert "[InlineCost] Reduce inline thresholds to compensate for cost
> >
> >   • edit: test/Transforms/Inline/inline-fp.ll
> >   • edit: include/llvm/Analysis/InlineCost.h
> >   • edit: test/Transforms/Inline/ephemeral.ll
> 
> 

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


Re: [swift-dev] CI outage tomorrow for upgrade

2017-03-09 Thread mishal_shah via swift-dev
Xcode update has been completed on ci.swift.org. 

Thanks,
Mishal Shah
> On Mar 8, 2017, at 3:05 PM, Nicole Jacque via swift-dev  
> wrote:
> 
> Hi All-
> 
> We will have a CI outage for a couple of hours tomorrow starting at 11 
> Pacific, in order to upgrade the CI machines to the latest Xcode beta and 
> SDKs.   We’ll send out a message when the upgrade is complete.
> 
> As mentioned in the Swift 3.1 Release Process blog post, we have begun 
> posting periodic snapshots for the swift-3.1-branch branch at: 
> https://swift.org/download/#snapshots  
> and will continue to post snapshots (if tests are passing) after the upgrade. 
>  The latest snapshot closely resembles the content of the Swift compiler in 
> the beta, however, you may encounter issues (in place of the toolchain 
> shipped in the beta itself) using it with Xcode because of SDK differences.  
> The snapshot posted after we’ve upgraded CI and re-built with the beta SDKs 
> should resolve any issues.  The Xcode beta is available for download at: 
> https://developer.apple.com/download/ 
> 
> Cheers!
> Nicole
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] [Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (swift 3.1) #55

2017-02-10 Thread mishal_shah via swift-dev
Hi Jordan, 

Yes, I just re-triggered it. 

https://ci.swift.org/job/oss-swift-3.1-incremental-ASAN-RA-osx/56/console

Thanks, 
Mishal Shah
> On Feb 10, 2017, at 9:50 AM, Jordan Rose  wrote:
> 
> Lost the builder machine. Mishal, do you think we should run it again, since 
> this bot only runs once a day?
> 
> Jordan
> 
> 
>> On Feb 10, 2017, at 00:49, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-3.1-incremental-ASAN-RA-osx [#55]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-3.1-incremental-ASAN-RA-osx/55/ 
>> 
>> Project: oss-swift-3.1-incremental-ASAN-RA-osx
>> Date of build:   Fri, 10 Feb 2017 00:27:50 -0800
>> Build duration:  21 min
>> 
>> Changes
>> 
>> Commit 3144d280b9c61fff4ec90cb5337db9f2308d7e5c by dgregor:
>> Revert "Replace concrete init(stringInterpolationSegment:)'s with
>> 
>> edit: stdlib/public/core/StringInterpolation.swift.gyb
>> delete: validation-test/Sema/interpolation_placeholders.swift
>> edit: test/api-digester/source-stability.swift.expected
>> 
>> Commit bb4a29c816d1f603e74071b2a0a862b246250d40 by dgregor:
>> [SR-3842] Add test from the bug report. We want to keep this working in
>> 
>> add: test/Compatibility/sr3842_map_string_init.swift
>> 
>> Commit 97a2f11c79f90a5e5d7551d546b1ce7f6a426832 by spestov:
>> Sema: Fix crash when defining an extension of a nested type with
>> 
>> edit: test/decl/nested/type_in_type.swift
>> edit: include/swift/AST/ArchetypeBuilder.h
>> edit: lib/AST/ArchetypeBuilder.cpp
>> edit: lib/Sema/TypeCheckDecl.cpp
>> edit: lib/Sema/TypeCheckGeneric.cpp
>> 
>> Commit 3c6d6cbbd6b55bafa37d77182bc6acb593d70839 by jgroff:
>> Sema: Treat the implicit RawRepresentable conformance for enums as
>> 
>> edit: lib/Sema/TypeCheckDecl.cpp
>> edit: lib/AST/ConformanceLookupTable.h
>> edit: lib/AST/ConformanceLookupTable.cpp
>> add: test/Sema/enum_raw_representable_explicit_cart_before_horse.swift
>> add: test/Sema/Inputs/enum_raw_representable_explicit_multi_file_2.swift
>> add: test/Sema/enum_post_hoc_raw_representable_with_raw_type.swift
>> add: test/Sema/enum_raw_representable_explicit.swift
>> add: test/Sema/enum_raw_representable_explicit_multi_file.swift
>> edit: test/decl/protocol/conforms/Inputs/placement_2.swift
>> add: test/Sema/Inputs/enum_with_raw_type.swift
>> edit: lib/Sema/TypeCheckProtocol.cpp
>> edit: test/decl/protocol/conforms/placement.swift
>> edit: lib/AST/ProtocolConformance.cpp
>> 
>> Commit e1d1a1fefeb53a1d25f910cabb0bb4392ea522d3 by jacobmizraji:
>> sourcekitd/CMakeLists.txt: Add a flag for building sourcekitdInProc as a
>> 
>> edit: tools/SourceKit/tools/sourcekitd/bin/InProc/CMakeLists.txt
>> 
>> Commit 0c571ab0dd5aa52d9c7c308b44cfcd14cb593139 by jacobmizraji:
>> [test] Time out individual lit tests after 20 minutes.
>> 
>> edit: test/CMakeLists.txt
>> 
>> Commit f39bfb1c21bbdfd0c492cf914d0f722b58ce4bcd by jacobmizraji:
>> [test] Increasing test timeout to 30 minutes
>> 
>> edit: test/CMakeLists.txt
>> 
>> Commit 34ae0a321ca004eec4bb21ed14a9878c4479fa7e by jacobmizraji:
>> Increase the test timeout to 50mins
>> 
>> edit: test/CMakeLists.txt
>> 
>> Commit c8691358aaea762829c8c129edae791eefe1740a by jordan_rose:
>> When setting a willSet/didSet param's type, also set the TypeLoc (#7377)
>> 
>> edit: lib/Sema/TypeCheckDecl.cpp
>> edit: test/decl/var/properties.swift
>> 
>> Commit dc9990c9d594315b6101068ed2a8861d545b5007 by arphaman:
>> [code-completion] Fix crash when trying to do postfix completion of
>> 
>> edit: test/CodeCompletion/member-access.cpp
>> edit: lib/Parse/ParseExpr.cpp
>> 
>> Commit 9bd5590746b4180e753d547b8653bdb2dc56ae0e by arphaman:
>> [Sema][ObjC++] Typo correction should handle ivars and properties
>> 
>> edit: lib/Sema/SemaExprCXX.cpp
>> edit: lib/Sema/TreeTransform.h
>> edit: test/SemaObjCXX/typo-correction.mm
>> 
>> Commit 0d4427d10d6971c36d165d77ba559d8ac059cea5 by bruno.cardoso:
>> [PCH] Fix a regression when PCH is used with -fmodules
>> 
>> add: test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NUGeometry.h
>> add: test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NC.h
>> add: 
>> test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeaders/NULog.h
>> add: 
>> test/Modules/Inputs/invalid-module-id/NC.framework/Modules/module.private.modulemap
>> add: 
>> test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeaders/NUAssert.h
>> add: test/Modules/Inputs/invalid-module-id/NC-Prefix.pch
>> add: 
>> test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NU-Visibility.h
>> add: 
>> test/Modules/Inputs/invalid-module-id/NC.framework/Modules/module.modulemap
>> edit: lib/Serialization/ASTWriter.cpp
>> add: test/Modules/invalid-pch-module-id.m
>> 
>> Commit 6975c5acb860243efdcb5a156e004ddbbc786a15 by bruno.cardoso:
>> Avoid VarDecl emission attempt if no owning module avaiable
>> 
>> edit: lib/Serialization/ASTReaderDecl.cpp
>> add: 

Re: [swift-dev] CI outage tomorrow for upgrade

2017-02-07 Thread mishal_shah via swift-dev
I am currently updating Xcode, please do not trigger PR testing until after I 
am done. 

Thanks, 
Mishal Shah
> On Feb 6, 2017, at 4:15 PM, Nicole Jacque via swift-dev  
> wrote:
> 
> Hi All-
> 
> We will have a CI outage for a couple of hours tomorrow starting at 11 
> Pacific, in order to upgrade the CI machines to the latest Xcode beta and 
> SDKs, and push back some content in support of the new SDKs.   We’ll send out 
> a message when the upgrade is complete.
> 
> As mentioned in the Swift 3.1 Release Process blog post, we have begun 
> posting periodic snapshots for the swift-3.1-branch branch at: 
> https://swift.org/download/#snapshots  
> and will continue to post snapshots (if tests are passing) after the upgrade. 
>  The latest snapshot closely resembles the content of the Swift compiler in 
> the beta, however, you may encounter issues (in place of the toolchain 
> shipped in the beta itself) using it with Xcode because of SDK differences.  
> The snapshot posted after we’ve upgraded CI and re-built with the beta SDKs 
> should resolve any issues.  The Xcode beta is available for download at: 
> https://developer.apple.com/download/ 
> 
> Cheers!
> Nicole
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #201

2017-02-02 Thread mishal_shah via swift-dev
Fixed. 

Thanks, 
Mishal Shah
> On Feb 2, 2017, at 6:43 PM, Greg Parker  wrote:
> 
> Failed during package construction, I think:
> 
> -- scp code sign tar --
> WARNING: Your password has expired.
> Password change required but no TTY available.
> Build step 'Execute shell' marked build as failure
> 
> 
>> On Feb 2, 2017, at 6:41 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#201]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/201/ 
>> 
>> Project: oss-swift-package-linux-ubuntu-14_04
>> Date of build:   Thu, 02 Feb 2017 17:53:23 -0800
>> Build duration:  47 min
>> 
>> Changes
>> 
>> Commit 429c6515d0ecba75822cc306096d749725670080 by aschwaighofer:
>> This test case is executable
>> 
>> edit: test/Prototypes/Algorithms.swift.gyb
>> 
>> Commit ac212a4573ff79a4ede8c79a4f98c32565b057ad by dgregor:
>> Disable test while I investigate rdar://problem/30317033 
>> 
>> edit: test/Interpreter/SDK/CoreGraphics_CGFloat.swift
>> 
>> Commit 37774eb97eb1ed99510e8490c273faeb1e6a7d44 by github:
>> Fix the TypeChecker's omitNeedlessWords to use interface types. (#7193)
>> 
>> edit: lib/Sema/MiscDiagnostics.cpp
>> add: validation-test/Sema/protocol_typo_correction.swift
>> 
>> Commit 4c4ec2065aeb6026000e24a7647f779612ce54fa by Mishal Shah:
>> Increase the test timeout to 50mins
>> 
>> edit: test/CMakeLists.txt
>> 
>> Commit 9e11d8dc7eef65bd91afb1132e80592001dc7b90 by doug_coleman:
>> cmake: For overlays, install to sdk-overlay target by default, but don't
>> 
>> edit: cmake/modules/AddSwift.cmake
>> 
>> Commit 380cd053a7b8f404c25d384194b544bb985832d4 by practicalswift:
>> [swiftc (39 vs. 5451)] Add crasher in swift::ASTVisitor
>> 
>> add: 
>> validation-test/compiler_crashers/28677-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
>> 
>> Commit 9681fbc59d4545e4d5281c110212559928baaa9b by gparker:
>> [test] Temporarily disable test stdlib/Mirror.swift on armv7s.
>> 
>> edit: test/stdlib/Mirror.swift
>> 
>> Commit 1513df12ee74aa100b9050a5e6391eba9775e9af by stevenwu:
>> [WebAssembly] Add minimal support for the new wasm object format triple.
>> 
>> edit: lib/Basic/Targets.cpp
>> edit: lib/CodeGen/CodeGenModule.cpp
>> edit: lib/CodeGen/ItaniumCXXABI.cpp
>> edit: lib/CodeGen/BackendUtil.cpp
>> 
>> Commit f4a7c2cc2ba4d5d85d4a59d8d33f4b34f8799785 by jingham:
>> Add a testcase for swift's "indirect enum".
>> 
>> edit: 
>> packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py
>> edit: 
>> packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/main.swift
> 

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


Re: [swift-dev] help diagnosing swiftpm BuildToolTests.testBuildAndClean failure on libdispatch PR testing

2017-01-27 Thread mishal_shah via swift-dev
Hi David, 

To unblock PR testing, I am going to skip swiftpm testing on libdispatch bot. 
Can you please file a Jira for this issue? 

Thanks, 
Mishal Shah
> On Jan 27, 2017, at 10:39 AM, Ted kremenek via swift-dev 
>  wrote:
> 
> [ + Daniel, Rick, concerning SwiftPM piece ]
> 
> On Jan 27, 2017, at 10:15 AM, David P Grove via swift-dev 
> > wrote:
> 
>> Hi,
>> 
>> The libdispatch Linux PR testing 
>> (https://ci.swift.org/view/Pull%20Request/job/swift-corelibs-libdispatch-PR-Linux/
>>  
>> )
>>  has been failing due to a timeout in the swiftpm 
>> BuildToolTests.testBuildAndClean test for several weeks (independent of the 
>> actual change being tested by the PR test request). 
>> 
>> Does anyone have some thoughts on what could be going wrong with the 
>> libdispatch PR test environment/setup to cause this to happen? 
>> 
>> thanks,
>> 
>> --dave
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev 
>> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (master) #321

2017-01-26 Thread mishal_shah via swift-dev

Testing Time: 625.72s

Failing Tests (17):
Swift(linux-x86_64) :: SIL/parse_stdlib_15.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_0.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_10.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_13.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_6.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_9.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_7.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_16.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_4.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_3.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_2.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_8.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_12.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_5.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_14.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_1.sil
Swift(linux-x86_64) :: SIL/parse_stdlib_11.sil

> On Jan 26, 2017, at 5:45 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#321]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/321/ 
> 
> Project:  oss-swift-package-linux-ubuntu-16_10
> Date of build:Thu, 26 Jan 2017 16:43:03 -0800
> Build duration:   1 hr 2 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Regression test failed: This build failed because a regression test in the 
> test suite FAILed. Below is a list of all errors:
> Indication 1 
> 
> Changes
> 
> Commit 8c6f7453521b40478e5af4c8aa5f307ba383 by nhawes:
> [indexer] Fix crash in initVarRefIndexSymbols by handling func/var
> 
> edit: test/SourceKit/Indexing/index_func_import.swift.response
> edit: lib/Index/Index.cpp
> edit: test/Index/roles.swift
> add: test/Index/Inputs/imported_swift_module.swift
> edit: lib/AST/SourceEntityWalker.cpp
> 
> Commit ede6bf7a807d11f7b4630dd351027a8bd5a0faed by dfarler:
> Lexer: Don't split an operator '.<' from '.<#placeholder#>'
> 
> edit: lib/Parse/Lexer.cpp
> edit: test/IDE/structure_object_literals.swift
> 
> Commit e0ffbfb91b834e901c9100b6bb869186350f5f9a by nhawes:
> [indexer] Rename initCallRefIndexSymbol -> initFuncRefIndexSymbol as its
> 
> edit: lib/Index/Index.cpp
> 
> Commit 92e9d2d84f956bcf0ac28d96ea04030d1d1caac1 by huon:
> [SIL] Extract reoccuring allocation patterns.
> 
> edit: lib/SIL/SILWitnessTable.cpp
> edit: lib/SIL/SILPrinter.cpp
> edit: lib/SIL/SILDefaultWitnessTable.cpp
> edit: lib/SIL/SILCoverageMap.cpp
> edit: include/swift/SIL/SILCoverageMap.h
> edit: include/swift/SIL/SILModule.h
> 
> Commit fab0371eba59114347746da9bde98b94fe7274fd by dgregor:
> [Type checker] Allow bridging followed by a conversion to existential.
> 
> edit: lib/Sema/CSSimplify.cpp
> edit: test/expr/cast/bridged.swift
> edit: lib/Sema/CSApply.cpp
> 
> Commit bf2dcbf25e1ff8f8ff078ab785a67a836414a0fe by rlevenstein:
> Use function signatures for SILDeclRefs in witness_tables, vtables and
> 
> edit: test/SILGen/witnesses.swift
> edit: test/SILOptimizer/devirt_access.sil
> edit: test/SILGen/dynamic_self.swift
> edit: test/SILOptimizer/definite_init_objc_factory_init.swift
> edit: test/SILGen/guaranteed_self.swift
> edit: test/SILGen/testable-multifile.swift
> edit: test/SILGen/complete_object_init.swift
> edit: test/SILGen/deinit_in_vtable.swift
> edit: test/SILGen/required_init.swift
> edit: test/SIL/Parser/protocol_getter.sil
> edit: test/SILOptimizer/cse.sil
> edit: test/SILGen/objc_imported_generic.swift
> edit: test/SILGen/vtables.swift
> edit: test/SILGen/dynamic_init.swift
> edit: test/SILOptimizer/latecodemotion.sil
> edit: test/SILOptimizer/inlinecaches_invalidate_failure.sil
> edit: test/SILOptimizer/inline_caches.sil
> edit: test/SILOptimizer/sil_combine_devirt.sil
> edit: test/SILOptimizer/constant_propagation_castopt_analysis_invalidation.sil
> edit: test/SILOptimizer/devirt_override.sil
> edit: test/SILOptimizer/devirt_speculate.swift
> add: test/SILGen/SILDeclRef.swift
> edit: test/SILGen/witness_tables.swift
> edit: test/SIL/Parser/witness_tables.sil
> edit: test/SILGen/unowned.swift
> edit: test/SILGen/vtable_thunks.swift
> edit: test/SIL/Parser/overloaded_member.sil
> edit: test/SILGen/lifetime.swift
> edit: test/SIL/Parser/generic_signature_with_depth.swift
> edit: test/SILGen/existential_erasure.swift
> edit: test/SILGen/init_ref_delegation.swift
> edit: test/SILGen/properties.swift
> edit: test/SILOptimizer/inlinecaches_arc.sil
> edit: test/SILOptimizer/sink.sil
> edit: test/SILOptimizer/sil_combine.sil
> edit: 

Re: [swift-dev] CI outage tomorrow for upgrade

2017-01-25 Thread mishal_shah via swift-dev
CI upgrade completed. 

Note: You will need Xcode 8.3 Beta 1 to be able to build master and 
swift-3.1-branch. 

Thanks, 
Mishal Shah
> On Jan 25, 2017, at 11:11 AM, mishal_shah  wrote:
> 
> Starting the upgrade process, please avoid triggering PR testing. 
> 
> Thanks, 
> Mishal Shah
>> On Jan 24, 2017, at 1:49 PM, Nicole Jacque via swift-dev 
>> > wrote:
>> 
>> Hi All-
>> 
>> We will have a CI outage for a couple of hours tomorrow starting at 11 
>> Pacific, in order to upgrade the CI machines to the latest Xcode beta and 
>> SDKs, and push back some content in support of the new SDKs.   We’ll send 
>> out a message when the upgrade is complete.
>> 
>> As mentioned in the Swift 3.1 Release Process blog post, we have begun 
>> posting periodic snapshots for the swift-3.1-branch branch at: 
>> https://swift.org/download/#snapshots 
>>  and will continue to post snapshots 
>> (if tests are passing) after the upgrade.  The latest snapshot closely 
>> resembles the content of the Swift compiler in the beta, however, you may 
>> encounter issues (in place of the toolchain shipped in the beta itself) 
>> using it with Xcode because of SDK differences.  The snapshot posted after 
>> we’ve upgraded CI and re-built with the beta SDKs should resolve any issues. 
>>  The Xcode beta is available for download at: 
>> https://developer.apple.com/download/ 
>> 
>> Cheers!
>> Nicole
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

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


Re: [swift-dev] CI outage tomorrow for upgrade

2017-01-25 Thread mishal_shah via swift-dev
Starting the upgrade process, please avoid triggering PR testing. 

Thanks, 
Mishal Shah
> On Jan 24, 2017, at 1:49 PM, Nicole Jacque via swift-dev 
>  wrote:
> 
> Hi All-
> 
> We will have a CI outage for a couple of hours tomorrow starting at 11 
> Pacific, in order to upgrade the CI machines to the latest Xcode beta and 
> SDKs, and push back some content in support of the new SDKs.   We’ll send out 
> a message when the upgrade is complete.
> 
> As mentioned in the Swift 3.1 Release Process blog post, we have begun 
> posting periodic snapshots for the swift-3.1-branch branch at: 
> https://swift.org/download/#snapshots  
> and will continue to post snapshots (if tests are passing) after the upgrade. 
>  The latest snapshot closely resembles the content of the Swift compiler in 
> the beta, however, you may encounter issues (in place of the toolchain 
> shipped in the beta itself) using it with Xcode because of SDK differences.  
> The snapshot posted after we’ve upgraded CI and re-built with the beta SDKs 
> should resolve any issues.  The Xcode beta is available for download at: 
> https://developer.apple.com/download/ 
> 
> Cheers!
> Nicole
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] Swift 3.1 Development snapshots available on swift.org

2017-01-24 Thread mishal_shah via swift-dev
New Swift 3.1 Development snapshot available! 

Download new packages from https://swift.org/download/#snapshots 


Following repository are tagged with swift-3.1-DEVELOPMENT-SNAPSHOT-2017-01-22-a

https://github.com/apple/swift  
https://github.com/apple/swift-clang
https://github.com/apple/swift-llbuild  
https://github.com/apple/swift-lldb 
https://github.com/apple/swift-llvm 
https://github.com/apple/swift-corelibs-foundation  
https://github.com/apple/swift-corelibs-xctest
https://github.com/apple/swift-corelibs-libdispatch 
https://github.com/apple/swift-package-manager
https://github.com/apple/swift-integration-tests
https://github.com/apple/swift-compiler-rt
https://github.com/apple/swift-xcode-playground-support  
https://github.com/apple/swift-cmark

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] Swift CI is unavailable

2017-01-18 Thread mishal_shah via swift-dev
Swift CI (ci.swift.org) is currently offline, please avoid triggering PR 
testing until its back online. 

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (master) #272

2017-01-17 Thread mishal_shah via swift-dev
We might need to cherry-pick this fix in swift-3.1-branch, because I merged 
master into swift-3.1-branch today. 

Thanks, 
Mishal Shah
> On Jan 17, 2017, at 2:41 PM, Doug Coleman  wrote:
> 
> This has been fixed by merging https://github.com/apple/swift/pull/4788 
> .
> 
> Next build should be clean.
>> On Jan 17, 2017, at 2:39 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#272]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/272/ 
>> 
>> Project: oss-swift-package-linux-ubuntu-16_10
>> Date of build:   Tue, 17 Jan 2017 13:47:40 -0800
>> Build duration:  52 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list 
>> of all errors in the build log:
>> Indication 1 
>> 
>> Changes
>> 
>> Commit 764fc0aa133d24945f6c0a774cbb992c04a15d64 by moiseev:
>> Replacing M_PI with .pi
>> 
>> edit: test/stdlib/TestAffineTransform.swift
>> edit: stdlib/public/SDK/Foundation/AffineTransform.swift
>> 
>> Commit b8a722ee99556e004da55efc538d16d84a5bf86f by moiseev:
>> Fixing the AffineTransform test
>> 
>> edit: test/stdlib/TestAffineTransform.swift
>> 
>> Commit a8dec7fa438c980d5bb25156e9c06c1dbf700ce6 by tinysun.net 
>> :
>> [stdlib] Fixed for Cygwin
>> 
>> edit: 
>> validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildCrashesDuringShutdown.swift
>> edit: 
>> validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildExitsDuringShutdown.swift
>> edit: stdlib/public/core/FloatingPoint.swift.gyb
>> edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift
>> edit: stdlib/private/SwiftPrivatePthreadExtras/CMakeLists.txt
>> edit: stdlib/public/core/CTypes.swift
>> edit: stdlib/public/core/FloatingPointTypes.swift.gyb
>> edit: stdlib/private/SwiftPrivateLibcExtras/SwiftPrivateLibcExtras.swift
>> edit: stdlib/private/SwiftPrivatePthreadExtras/PthreadBarriers.swift
>> edit: validation-test/StdlibUnittest/Stdin.swift
>> edit: stdlib/public/Platform/tgmath.swift.gyb
>> edit: 
>> stdlib/private/SwiftPrivatePthreadExtras/SwiftPrivatePthreadExtras.swift
>> edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
>> edit: stdlib/private/StdlibUnittest/CMakeLists.txt
>> edit: 
>> validation-test/StdlibUnittest/ChildProcessShutdown/PassIfChildCrashedDuringTestExecution.swift
>> edit: stdlib/public/core/Policy.swift
>> edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
>> edit: stdlib/public/runtime/MutexWin32.cpp
>> edit: cmake/modules/AddSwift.cmake
>> add: validation-test/StdlibUnittest/Cygwin.swift
>> edit: stdlib/private/StdlibUnittest/RaceTest.swift
>> edit: stdlib/public/core/FloatingPointParsing.swift.gyb
>> edit: stdlib/public/Platform/Platform.swift
>> edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt
>> edit: stdlib/public/core/Runtime.swift.gyb
>> 
>> Commit 3dfd0f74f081648fad3b8bc55b373c498fc7e724 by ben_cohen:
>> refactor sequence append growth logic
>> 
>> edit: stdlib/public/core/Arrays.swift.gyb
>> 
>> Commit 2f1a3e16172c71c1a0538609655e8da2b2e55bb7 by fs.output:
>> [AST] Remove unused property 'TrailingSemiLoc' from Stmt and Expr
>> 
>> edit: lib/Parse/ParseStmt.cpp
>> edit: include/swift/AST/Stmt.h
>> edit: include/swift/AST/Expr.h
>> 
>> Commit 055ee489081f72bec7477f9f4b0319aeabf201a4 by fs.output:
>> [Parse] Split Decl list parsing from parseList()
>> 
>> edit: test/Parse/ConditionalCompilation/decl_parse_errors.swift
>> edit: include/swift/AST/Decl.h
>> edit: include/swift/Parse/Parser.h
>> edit: test/Parse/trailing-semi.swift
>> edit: lib/Parse/ParseDecl.cpp
>> edit: lib/Parse/ParseStmt.cpp
>> 
>> Commit c92dbe5319f16834ac4253fadc90340e499c6294 by fs.output:
>> [Parse] Remove declaration list specific logic from parseList()
>> 
>> edit: lib/Parse/ParseExpr.cpp
>> edit: lib/Parse/Parser.cpp
>> edit: include/swift/Parse/Parser.h
>> edit: lib/Parse/ParseType.cpp
>> edit: lib/Parse/ParsePattern.cpp
>> edit: lib/Parse/ParseSIL.cpp
>> 
>> Commit 35b0ffeff8713ee93abe9a093ed8e0edbd11cf97 by xedin:
>> [Diagnostics] Fix diagnoseImplicitSelfErrors to accept only valid
>> 
>> delete: validation-test/compiler_crashers/28603-argumentlabels-size-1.swift
>> edit: lib/Sema/CSDiag.cpp
>> add: 
>> validation-test/compiler_crashers_fixed/28603-argumentlabels-size-1.swift
>> 
>> Commit 1c5a26129de69decb40905a3f71a7dd3623760c7 by github:
>> Fixed typo
>> 
>> edit: docs/proposals/Concurrency.rst
>> 
>> Commit a2c64103dd0bc3d0a322133b4d7fabc04c8954b9 by aschwaighofer:
>> Fix a iteration invalidation bug
>> 
>> edit: lib/SILOptimizer/Transforms/Devirtualizer.cpp
>> 
>> Commit b2efca54d6d872d7b7008ecc47d6c6d0a1910c53 by moiseev:
>> Removing unnecessary 

Re: [swift-dev] [swift-build-dev] Final merge from master to swift-3.1-branch

2017-01-17 Thread mishal_shah via swift-dev
I just merged master into swift-3.1-branch for following projects. 

https://github.com/apple/swift 
https://github.com/apple/swift-lldb 
https://github.com/apple/swift-corelibs-foundation 

https://github.com/apple/swift-corelibs-libdispatch 

https://github.com/apple/swift-corelibs-xctest 

https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-xcode-playground-support 

https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-llbuild 

Thanks, 
Mishal Shah
> On Jan 13, 2017, at 6:49 AM, Nicole Jacque via swift-build-dev 
>  wrote:
> 
> Hello Swift Developers-
> 
> As outlined in Ted’s Swift 3.1 Release Process blog post, for the past month, 
> we’ve been periodically merging master to the swift-3.1-branch branch.  We 
> will be doing one final merge of master to the swift-3.1-branch on January 17 
> at noon (Pacific). Note that we’ve pushed this back a day due to the MLK Jr. 
> Day holiday.   Any changes landed after that time will require approval via a 
> pull request against the swift-3.1-branch branch in order to include them in 
> the Swift 3.1 release.  After this final merge, development on master will be 
> targeted for Swift 4.
> 
> Snapshots of the swift-3.1-branch will be made available on the downloads 
> page (https://swift.org/download/ ).  Snapshots 
> will be made available daily, if all package generation CI tests are passing.
> ___
> swift-build-dev mailing list
> swift-build-...@swift.org
> https://lists.swift.org/mailman/listinfo/swift-build-dev

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


Re: [swift-dev] Swift CI outage - Jan 10th 2016 5pm PST

2017-01-10 Thread mishal_shah via swift-dev
Swift CI is available again! 

Thanks, 
Mishal Shah
> On Jan 9, 2017, at 7:12 PM, mishal_shah  wrote:
> 
> Swift CI (ci.swift.org) will be down on Jan 10th 2016 at 5pm PST for few 
> hours. 
> 
> Thanks, 
> Mishal Shah

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


Re: [swift-dev] Nightly builds?

2017-01-10 Thread mishal_shah via swift-dev
Hi Erica, 

Snapshots are available on https://swift.org/download/#snapshots

Thanks, 
Mishal Shah
> On Jan 10, 2017, at 10:48 AM, Erica Sadun via swift-dev  
> wrote:
> 
> Are there still nightly builds that are easy to pull and  install? I got a 
> fixed JIRA I'd like to test.
> 
> Thanks! -- Erica
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] Swift CI outage - Jan 10th 2016 5pm PST

2017-01-09 Thread mishal_shah via swift-dev
Swift CI (ci.swift.org) will be down on Jan 10th 2016 at 5pm PST for few hours. 

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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

2017-01-06 Thread mishal_shah via swift-dev
Hi Practicalswift, 

Can you please look at this failure? 

Thanks,
Mishal Shah
Stacktrace

Script:
--
not --crash 
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/swift-linux-x86_64/bin/swift
 -frontend -target x86_64-unknown-linux-gnu  -module-cache-path 
'/tmp/swift-testsuite-clang-module-cachewRBzu7' 
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift
 -emit-ir
--
Exit Code: 1

Command Output (stderr):
--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:10:5:
 error: expected ',' separator
_&[i
^
,
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:12:1:
 error: expected '}' at end of closure

^
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:11:2:
 note: to match this opening '{'
-{$0
 ^
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:11:5:
 error: expected ']' in container literal expression
-{$0
^
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:10:3:
 note: to match this opening '['
_&[i
  ^
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift:10:4:
 error: use of unresolved identifier 'i'
_&[i
   ^

--



> On Jan 6, 2017, at 3:34 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1232]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1232/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_10
> Date of build:Fri, 06 Jan 2017 15:26:18 -0800
> Build duration:   7 min 42 sec
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Regression test failed: This build failed because a regression test in the 
> test suite FAILed. Below is a list of all errors:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 1 test(s), Passed: 8772 test(s), Total: 8773 test(s)
> Failed: 
> Swift(linux-x86_64).compiler_crashers.28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift
>  
> 
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 239 test(s), Total: 239 test(s)
> 
> Changes
> 
> Commit 272dfb26dfda67635a96f45f1bf127792d039bdb by mekj88:
> Gardening spacing on properties and arguments in IndexSet (stdlib)
> 
> edit: stdlib/public/SDK/Foundation/IndexSet.swift
> 
> Commit b83ed1d5e0370b0d64bad18884e66b3b5f8ba7c6 by practicalswift:
> [swiftc (44 vs. 5390)] Add crasher in
> 
> add: 
> validation-test/compiler_crashers/28621-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
> 
> Commit 02012412807cab5480605282a35f330d926ddec9 by practicalswift:
> Add "REQUIRES: OS=linux-gnu"
> 
> edit: 
> validation-test/compiler_crashers/28621-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
> 
> Commit b843a01919a30295a19578a6785f83c3e5f8be02 by practicalswift:
> Remove "REQUIRES: deterministic-behavior" from crashers that are now
> 
> edit: 
> validation-test/compiler_crashers/28474-unreachable-executed-at-swift-lib-ast-type-cpp-1325.swift
> edit: 
> validation-test/compiler_crashers/28543-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift
> edit: 
> validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift
> 
> Commit 7e66ecfde81856e816d8fe3ab816bad2655b742e by practicalswift:
> Mark previously non-deterministic compiler crashes as fixed.
> 
> add: 
> validation-test/compiler_crashers_fixed/28504-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
> delete: 
> 

[swift-dev] Merged master into swift-3.1-branch

2017-01-05 Thread mishal_shah via swift-dev
I just merged master into swift-3.1-branch for following projects. 

https://github.com/apple/swift
https://github.com/apple/swift-lldb
https://github.com/apple/swift-corelibs-foundation
https://github.com/apple/swift-corelibs-libdispatch
https://github.com/apple/swift-corelibs-xctest
https://github.com/apple/swift-integration-tests
https://github.com/apple/swift-xcode-playground-support
https://github.com/apple/swift-package-manager
https://github.com/apple/swift-llbuild

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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

2017-01-04 Thread mishal_shah via swift-dev
Thanks!

> On Jan 3, 2017, at 11:38 PM, Ankit Aggarwal  wrote:
> 
> Made the test more deterministic:
> https://github.com/apple/swift-package-manager/commit/b17929299accf4c40199dced7b9d977400190718
>  
> 
>> On 04-Jan-2017, at 6:30 AM, Jordan Rose via swift-dev > > wrote:
>> 
>>> /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195:
>>>  error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: 
>>> ("5
>>> ") is not equal to ("8
>>> ") - 
>> 
>> This doesn't look like any of our commits, though I suppose there could be a 
>> mistake in one of the Foundation ones. SwiftPM folks, any idea what's up?
>> 
>>> On Jan 3, 2017, at 16:57, no-re...@swift.org  
>>> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]
>>> 
>>> Build URL:  
>>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/ 
>>> 
>>> Project:oss-swift-incremental-RA-linux-ubuntu-16_10
>>> Date of build:  Tue, 03 Jan 2017 16:42:37 -0800
>>> Build duration: 14 min
>>> Identified problems:
>>> 
>>> Compile Error: This build failed because of a compile error. Below is a 
>>> list of all errors in the build log:
>>> Indication 1 
>>> 
>>> Tests:
>>> 
>>> Name: Swift(linux-x86_64)
>>> Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
>>> Name: Swift-Unit
>>> Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)
>>> 
>>> Changes
>>> 
>>> Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
>>> [CMake] Stop linking CoreFoundation into swiftc and libobjc into
>>> 
>>> edit: cmake/modules/AddSwift.cmake
>>> edit: tools/driver/CMakeLists.txt
>>> 
>>> Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
>>> In immediate mode, detect the host OS version on Apple platforms.
>>> 
>>> edit: lib/Frontend/CMakeLists.txt
>>> add: lib/Frontend/AppleHostVersionDetection.mm
>>> add: test/Interpreter/availability_host_os.swift
>>> add: lib/Frontend/AppleHostVersionDetection.h
>>> edit: lib/Frontend/CompilerInvocation.cpp
>>> add: test/Interpreter/Inputs/availability_host_os.h
>>> 
>>> Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
>>> Removed repetitive docstring
>>> 
>>> edit: stdlib/public/core/Sequence.swift
>>> 
>>> Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
>>> remove trailing semicolons in stdlib source
>>> 
>>> edit: stdlib/public/SDK/Foundation/Data.swift
>>> edit: stdlib/public/SDK/Foundation/FileManager.swift
>>> 
>>> Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
>>> remove superfluous parentheses in control statements in stdlib source
>>> 
>>> edit: stdlib/public/SDK/Foundation/Locale.swift
>>> edit: stdlib/public/core/StringCore.swift
>>> edit: stdlib/public/SDK/Foundation/Calendar.swift
>>> edit: stdlib/public/SDK/Foundation/Data.swift
>>> edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
>>> edit: stdlib/public/SDK/UIKit/UIKit.swift
>>> edit: stdlib/public/core/OutputStream.swift
>>> edit: stdlib/public/core/Unicode.swift
>>> edit: stdlib/public/SDK/Foundation/Boxing.swift
>>> edit: stdlib/public/SDK/Foundation/TimeZone.swift
>>> 
>>> Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
>>> fix overly-spaced return arrows in XCTest.swift
>>> 
>>> edit: stdlib/public/SDK/XCTest/XCTest.swift
>>> 
>>> Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
>>> remove redundant optional nil assignment in stdlib source
>>> 
>>> edit: stdlib/public/SDK/Foundation/Data.swift
>>> 
>>> Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
>>> [docs] Fix code snippet
>>> 
>>> edit: docs/ARCOptimization.rst
>>> 
>>> Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
>>> [RangeInfo] Some enrichment on reported range info. (#6475)
>>> 
>>> edit: include/swift/AST/SourceEntityWalker.h
>>> edit: include/swift/IDE/Utils.h
>>> edit: lib/AST/ASTNode.cpp
>>> edit: lib/AST/SourceEntityWalker.cpp
>>> edit: test/IDE/range_info_basics.swift
>>> edit: include/swift/AST/ASTNode.h
>>> edit: lib/IDE/SwiftSourceDocInfo.cpp
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

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


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

2017-01-03 Thread mishal_shah via swift-dev
Hi Anders, 

Can you please look at this failure? 

Test Case 'ConventionTests.testInvalidTestTargets' started at 20:09:14.167
 <>--- bootstrap: error: tests failed with exit status 1
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting

Thanks, 
Mishal Shah
> On Jan 3, 2017, at 6:09 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1150]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1150/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_10
> Date of build:Tue, 03 Jan 2017 17:59:58 -0800
> Build duration:   9 min 27 sec
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)
> 
> Changes
> 
> Commit d668267f8ccb4d62f77caa1fa9766b6acea59d79 by anders:
> SR-3467: double closing of a file descriptor from openpty
> 
> edit: Tests/BasicTests/TerminalControllerTests.swift
> edit: Tests/UtilityTests/ProgressBarTests.swift

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


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

2017-01-03 Thread mishal_shah via swift-dev
SwiftPM test failure: 

Test Case 'PackageToolTests.testPackageEditAndUnedit' started at 18:55:30.116
 
<>/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195:
 error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: ("5
") is not equal to ("8
") - 
Test Case 'PackageToolTests.testPackageEditAndUnedit' failed (2.895 seconds).

> On Jan 3, 2017, at 4:57 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_10
> Date of build:Tue, 03 Jan 2017 16:42:37 -0800
> Build duration:   14 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)
> 
> Changes
> 
> Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
> [CMake] Stop linking CoreFoundation into swiftc and libobjc into
> 
> edit: cmake/modules/AddSwift.cmake
> edit: tools/driver/CMakeLists.txt
> 
> Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
> In immediate mode, detect the host OS version on Apple platforms.
> 
> edit: lib/Frontend/CMakeLists.txt
> add: lib/Frontend/AppleHostVersionDetection.mm
> add: test/Interpreter/availability_host_os.swift
> add: lib/Frontend/AppleHostVersionDetection.h
> edit: lib/Frontend/CompilerInvocation.cpp
> add: test/Interpreter/Inputs/availability_host_os.h
> 
> Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
> Removed repetitive docstring
> 
> edit: stdlib/public/core/Sequence.swift
> 
> Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
> remove trailing semicolons in stdlib source
> 
> edit: stdlib/public/SDK/Foundation/Data.swift
> edit: stdlib/public/SDK/Foundation/FileManager.swift
> 
> Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
> remove superfluous parentheses in control statements in stdlib source
> 
> edit: stdlib/public/SDK/Foundation/Locale.swift
> edit: stdlib/public/core/StringCore.swift
> edit: stdlib/public/SDK/Foundation/Calendar.swift
> edit: stdlib/public/SDK/Foundation/Data.swift
> edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
> edit: stdlib/public/SDK/UIKit/UIKit.swift
> edit: stdlib/public/core/OutputStream.swift
> edit: stdlib/public/core/Unicode.swift
> edit: stdlib/public/SDK/Foundation/Boxing.swift
> edit: stdlib/public/SDK/Foundation/TimeZone.swift
> 
> Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
> fix overly-spaced return arrows in XCTest.swift
> 
> edit: stdlib/public/SDK/XCTest/XCTest.swift
> 
> Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
> remove redundant optional nil assignment in stdlib source
> 
> edit: stdlib/public/SDK/Foundation/Data.swift
> 
> Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
> [docs] Fix code snippet
> 
> edit: docs/ARCOptimization.rst
> 
> Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
> [RangeInfo] Some enrichment on reported range info. (#6475)
> 
> edit: include/swift/AST/SourceEntityWalker.h
> edit: include/swift/IDE/Utils.h
> edit: lib/AST/ASTNode.cpp
> edit: lib/AST/SourceEntityWalker.cpp
> edit: test/IDE/range_info_basics.swift
> edit: include/swift/AST/ASTNode.h
> edit: lib/IDE/SwiftSourceDocInfo.cpp

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


Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #285

2016-12-22 Thread mishal_shah via swift-dev
Fixed. 

Mishal Shah
> On Dec 22, 2016, at 8:05 PM, ankit_aggar...@apple.com wrote:
> 
> Looks like CI ran out of space.
> 
> On 22-Dec-2016, at 6:18 PM, no-re...@swift.org  
> wrote:
> 
>> [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#285]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/285/ 
>> 
>> Project: oss-swift-package-linux-ubuntu-16_04
>> Date of build:   Thu, 22 Dec 2016 03:32:01 -0800
>> Build duration:  1 hr 16 min
>> 
>> Changes
>> 
>> Commit ddd4545dcba3ebf62fdd2eadcb427a80958a5fc9 by ankit_aggarwal:
>> [ManifestLoader] Improve error message when there is no manifest
>> 
>> edit: Sources/PackageModel/Package.swift
>> edit: Sources/Commands/Error.swift
>> edit: Sources/PackageLoading/ManifestLoader.swift
>> edit: Tests/GetTests/GetTests.swift
>> edit: Tests/PackageLoadingTests/ManifestTests.swift
>> 
>> Commit 39c0935e335338e46011be533f0b2b3e3069dd88 by ankit_aggarwal:
>> [Commands] Always resolve graph before edit
>> 
>> edit: Sources/Workspace/Workspace.swift
>> edit: Tests/CommandsTests/PackageToolTests.swift
>> edit: Sources/Commands/SwiftPackageTool.swift
>> 
>> Commit a2dc5beda94e18c0b4250b584628cb469ec04ecc by ankit_aggarwal:
>> [ArgumentParser] Throw the parser which had unexpected arguments error
>> 
>> edit: Sources/Commands/Error.swift
>> edit: Tests/UtilityTests/ArgumentParserTests.swift
>> edit: Sources/Utility/ArgumentParser.swift
>> 
>> Commit 7f8454ed955b625d238e0a05b81acccf64828947 by ankit_aggarwal:
>> [PackageTool] Add edit and unedit overview
>> 
>> edit: Sources/Commands/SwiftPackageTool.swift

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


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

2016-12-19 Thread mishal_shah via swift-dev
llbuild test failure:

 TEST 'llbuild-unit :: 
BuildSystem/BuildSystemTests/BuildSystemFrontendTest.commandSkippingFailure' 
FAILED 

Note: Google Test filter = BuildSystemFrontendTest.commandSkippingFailure
[==] Running 1 test from 1 test case.
[--] Global test environment set-up.
[--] 1 test from BuildSystemFrontendTest
[ RUN  ] BuildSystemFrontendTest.commandSkippingFailure


Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 10.61s

Failing Tests (1):
llbuild-unit :: 
BuildSystem/BuildSystemTests/BuildSystemFrontendTest.commandSkippingFailure

Thanks, 
Mishal Shah
> On Dec 20, 2016, at 10:24 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1118]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1118/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build:Mon, 19 Dec 2016 20:24:28 -0800
> Build duration:   30 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 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8673 test(s), Total: 8673 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)
> 
> Changes
> 
> Commit a8a0667f50bf0d03bfb68bcaa961f927a8dba153 by hughbellars:
> Fix MSVC errors compiling GenericSignature.h
> 
> edit: include/swift/AST/Type.h
> edit: include/swift/AST/GenericSignature.h

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


Re: [swift-dev] CI outage tomorrow

2016-12-13 Thread mishal_shah via swift-dev
Update completed. 

Thanks, 
Mishal Shah
> On Dec 12, 2016, at 2:48 PM, Nicole Jacque via swift-dev 
>  wrote:
> 
> Hi All-
> 
> We will be taking the CI bots down tomorrow for a couple of hours to upgrade 
> to Xcode 8.2, starting at around 11 Pacific time.  As usual, we’ll send an 
> email when we start/finish.
> 
> As a reminder, Xcode is available for download here: 
> https://developer.apple.com/download/ 
> 
> Thanks!
> Nicole
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7501

2016-12-08 Thread mishal_shah via swift-dev
Thanks! 

> On Dec 8, 2016, at 9:59 PM, Bob Wilson  wrote:
> 
> Yes, he renamed sil-extract to sil-func-extractor 
> (https://github.com/apple/swift/pull/6155/files 
> ) and missed updating some 
> places. This should fix it: https://github.com/apple/swift/pull/6159 
> 
> 
> (FWIW, I much preferred the old name. I don’t know why he changed it.)
> 
>> On Dec 8, 2016, at 8:08 PM, mishal_shah > > wrote:
>> 
>> Hi Michael,
>> 
>> Is this related to your changes? 
>> 
>> ninja: error: 'bin/sil-extract', needed by 
>> 'test/CMakeFiles/check-swift-validation-macosx-x86_64', missing and no known 
>> rule to make it
>> *** Failed while running tests for swift 
>> (check-swift-validation-macosx-x86_64)
>> 
>> Thanks,
>> Mishal Shah
>>> On Dec 8, 2016, at 7:52 PM, no-re...@swift.org  
>>> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-osx [#7501]
>>> 
>>> Build URL:  https://ci.swift.org/job/oss-swift-incremental-RA-osx/7501/ 
>>> 
>>> Project:oss-swift-incremental-RA-osx
>>> Date of build:  Thu, 08 Dec 2016 19:29:59 -0800
>>> Build duration: 22 min
>>> Identified problems:
>>> 
>>> Compile Error: This build failed because of a compile error. Below is a 
>>> list of all errors in the build log:
>>> Indication 1 
>>> 
>>> Changes
>>> 
>>> Commit 0bfda96ace06c95fd7b8ab5c0a08ef828940f873 by mgottesman:
>>> [sil-func-extractor] Teach sil-extract to extract a list of functions
>>> 
>>> delete: test/sil-extract/basic.sil
>>> delete: test/sil-extract/basic.swift
>>> edit: test/ClangImporter/serialization-sil.swift
>>> add: test/sil-func-extractor/basic.swift
>>> delete: test/sil-extract/load-serialized-sil.swift
>>> edit: include/swift/Basic/STLExtras.h
>>> delete: tools/sil-extract/CMakeLists.txt
>>> add: test/sil-func-extractor/load-serialized-sil.swift
>>> edit: test/lit.cfg
>>> add: test/sil-func-extractor/basic.sil
>>> add: tools/sil-func-extractor/CMakeLists.txt
>>> add: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> edit: tools/CMakeLists.txt
>>> delete: tools/sil-extract/SILExtract.cpp
>>> add: test/sil-func-extractor/multiple-functions.sil
>>> 
>>> Commit 8972b43abbfb1773b2997da06873ec5fc2c94e6f by mgottesman:
>>> [sil-tooling] Rename sil-sort-output => emit-sorted-sil.
>>> 
>>> edit: tools/sil-opt/SILOpt.cpp
>>> edit: test/SIL/Serialization/semanticsattr.sil
>>> edit: test/SILOptimizer/inlinecaches_arc.sil
>>> edit: test/SILOptimizer/loop-region-analysis.sil
>>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> 
>>> Commit c12aeabd90a71e512618fdcc7d0e32adbbe1c462 by mgottesman:
>>> [sil-func-extractor] Add support for emitting sib files.
>>> 
>>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> edit: test/sil-func-extractor/basic.sil
>>> 
>>> Commit c2e63dcbc17a21ab07850a2ae151728eea8f48da by bob.wilson:
>>> Disable sanitizers for the runtime with
>>> 
>>> edit: stdlib/CMakeLists.txt
>>> 
>>> Commit 49e6c06eef75f2b6050876840bb3aeb978282be1 by jordan_rose:
>>> [validation-test] Remove "REQUIRES: asserts" from /fixed/ crash cases.
>>> 
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28423-swift-typechecker-validatedecl.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/003-swift-parser-parsetypesimple.sil
>>> edit: 
>>> validation-test/IDE/crashers_fixed/078-swift-iterativetypechecker-processtypechecksuperclass.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/008-swift-genericparamlist-getasgenericsignatureelements.sil
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28370-swift-decomposeparamtype.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28306-swift-lookupvisibledecls.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28410-swift-typechecker-typecheckdecl.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/087-swift-declcontext-getparentmodule.swift
>>> edit: validation-test/compiler_crashers_fixed/28454-hasval-failed.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/007-swift-abstractstoragedecl-makecomputed.sil
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28249-swift-typechecker-validategenericfuncsignature.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28291-swift-constraints-constraintsystem-comparesolutions.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/015-swift-typechecker-lookupunqualified.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/056-swift-archetypebuilder-getallarchetypes.swift
>>> edit: 
>>> 

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7501

2016-12-08 Thread mishal_shah via swift-dev
Hi Michael,

Is this related to your changes? 

ninja: error: 'bin/sil-extract', needed by 
'test/CMakeFiles/check-swift-validation-macosx-x86_64', missing and no known 
rule to make it
*** Failed while running tests for swift (check-swift-validation-macosx-x86_64)

Thanks,
Mishal Shah
> On Dec 8, 2016, at 7:52 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-osx [#7501]
> 
> Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7501/ 
> 
> Project:  oss-swift-incremental-RA-osx
> Date of build:Thu, 08 Dec 2016 19:29:59 -0800
> Build duration:   22 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Changes
> 
> Commit 0bfda96ace06c95fd7b8ab5c0a08ef828940f873 by mgottesman:
> [sil-func-extractor] Teach sil-extract to extract a list of functions
> 
> delete: test/sil-extract/basic.sil
> delete: test/sil-extract/basic.swift
> edit: test/ClangImporter/serialization-sil.swift
> add: test/sil-func-extractor/basic.swift
> delete: test/sil-extract/load-serialized-sil.swift
> edit: include/swift/Basic/STLExtras.h
> delete: tools/sil-extract/CMakeLists.txt
> add: test/sil-func-extractor/load-serialized-sil.swift
> edit: test/lit.cfg
> add: test/sil-func-extractor/basic.sil
> add: tools/sil-func-extractor/CMakeLists.txt
> add: tools/sil-func-extractor/SILFunctionExtractor.cpp
> edit: tools/CMakeLists.txt
> delete: tools/sil-extract/SILExtract.cpp
> add: test/sil-func-extractor/multiple-functions.sil
> 
> Commit 8972b43abbfb1773b2997da06873ec5fc2c94e6f by mgottesman:
> [sil-tooling] Rename sil-sort-output => emit-sorted-sil.
> 
> edit: tools/sil-opt/SILOpt.cpp
> edit: test/SIL/Serialization/semanticsattr.sil
> edit: test/SILOptimizer/inlinecaches_arc.sil
> edit: test/SILOptimizer/loop-region-analysis.sil
> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
> 
> Commit c12aeabd90a71e512618fdcc7d0e32adbbe1c462 by mgottesman:
> [sil-func-extractor] Add support for emitting sib files.
> 
> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
> edit: test/sil-func-extractor/basic.sil
> 
> Commit c2e63dcbc17a21ab07850a2ae151728eea8f48da by bob.wilson:
> Disable sanitizers for the runtime with
> 
> edit: stdlib/CMakeLists.txt
> 
> Commit 49e6c06eef75f2b6050876840bb3aeb978282be1 by jordan_rose:
> [validation-test] Remove "REQUIRES: asserts" from /fixed/ crash cases.
> 
> edit: 
> validation-test/compiler_crashers_fixed/28423-swift-typechecker-validatedecl.swift
> edit: validation-test/SIL/crashers_fixed/003-swift-parser-parsetypesimple.sil
> edit: 
> validation-test/IDE/crashers_fixed/078-swift-iterativetypechecker-processtypechecksuperclass.swift
> edit: 
> validation-test/SIL/crashers_fixed/008-swift-genericparamlist-getasgenericsignatureelements.sil
> edit: 
> validation-test/compiler_crashers_fixed/28370-swift-decomposeparamtype.swift
> edit: 
> validation-test/compiler_crashers_fixed/28306-swift-lookupvisibledecls.swift
> edit: 
> validation-test/compiler_crashers_fixed/28410-swift-typechecker-typecheckdecl.swift
> edit: 
> validation-test/IDE/crashers_fixed/087-swift-declcontext-getparentmodule.swift
> edit: validation-test/compiler_crashers_fixed/28454-hasval-failed.swift
> edit: 
> validation-test/compiler_crashers_fixed/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
> edit: 
> validation-test/SIL/crashers_fixed/007-swift-abstractstoragedecl-makecomputed.sil
> edit: 
> validation-test/compiler_crashers_fixed/28249-swift-typechecker-validategenericfuncsignature.swift
> edit: 
> validation-test/compiler_crashers_fixed/28291-swift-constraints-constraintsystem-comparesolutions.swift
> edit: 
> validation-test/IDE/crashers_fixed/015-swift-typechecker-lookupunqualified.swift
> edit: 
> validation-test/IDE/crashers_fixed/056-swift-archetypebuilder-getallarchetypes.swift
> edit: 
> validation-test/compiler_crashers_fixed/28298-swift-namealiastype-getsinglydesugaredtype.swift
> edit: validation-test/Sema/type_checker_crashers_fixed/rdar27575060.swift
> edit: 
> validation-test/compiler_crashers_fixed/28207-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
> edit: 
> validation-test/IDE/crashers_fixed/075-swift-printoptions-setarchetypeselftransform.swift
> edit: 
> validation-test/compiler_crashers_fixed/28433-swift-typechecker-typecheckdecl.swift
> edit: 
> validation-test/compiler_crashers_fixed/28343-swift-genericfunctiontype-get.swift
> edit: validation-test/compiler_crashers_fixed/28390-swift-expr-walk.swift
> edit: 
> validation-test/compiler_crashers_fixed/28320-swift-archetypebuilder-enumeraterequirements.swift
> edit: 
> validation-test/compiler_crashers_fixed/28375-swift-typechecker-lookupmembertype.swift
> edit: 

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

2016-12-05 Thread mishal_shah via swift-dev
Hi Mehdi, 

Can you please look at this failure? 

/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp:40:22: error: no member named 
'Mang' in 'llvm::AsmPrinter'
  Mangler *Mang = AP.Mang;
  ~~ ^
1 error generated.


Thanks,
Mishal Shah
> On Dec 5, 2016, at 11:30 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#906]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/906/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build:Mon, 05 Dec 2016 23:12:50 -0800
> Build duration:   17 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Changes
> 
> Commit 7a841c779fb64f42a090ea40d24822277ee2b810 by mehdi.amini:
> Remove unused function getMang().
> 
> edit: lib/Target/X86/X86MCInstLower.cpp
> 
> Commit 8881b0ac145a61053b7bd6b4c4a7df3b6080155c by mehdi.amini:
> Actually remove the Mangler from the AsmPrinter and clean up the places
> 
> edit: include/llvm/CodeGen/AsmPrinter.h
> edit: lib/Target/NVPTX/NVPTXAsmPrinter.cpp
> edit: lib/Target/XCore/XCoreMCInstLower.cpp
> edit: lib/Target/XCore/XCoreMCInstLower.h
> edit: lib/Target/XCore/XCoreAsmPrinter.cpp
> edit: lib/Target/Lanai/LanaiAsmPrinter.cpp
> edit: lib/Target/Lanai/LanaiMCInstLower.cpp
> edit: lib/Target/Lanai/LanaiMCInstLower.h
> 
> Commit a7fc86787be6d0aa40a3f90673d6f1b1a2363c61 by mehdi.amini:
> Attempt to fix a ThinLTO crash when incrementally linking WebKit
> 
> edit: lib/LTO/ThinLTOCodeGenerator.cpp

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


Re: [swift-dev] Swift CI Planned Maintenance - Nov 19th 2016 10am PST

2016-11-19 Thread mishal_shah via swift-dev
Maintenance completed. 

Thanks, 
Mishal Shah
> On Nov 17, 2016, at 6:43 PM, mishal_shah  wrote:
> 
> Swift CI (ci.swift.org) will be down Nov 19th, 2016 from 10am - 10pm PST for 
> planned maintenance. To avoid breakage we will be locking master branch until 
> CI is back online.
> 
> Thanks, 
> Mishal Shah

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7152

2016-11-11 Thread mishal_shah via swift-dev
For some reason, Jenkins had assigned username github to 
git...@christopherweems.com. 

I updated the Github username on CI. 

Thanks,
Mishal Shah 
> On Nov 11, 2016, at 5:48 PM, Jordan Rose  wrote:
> 
> This one was me, but a rebuild mysteriously cleared it up. Also, Mishal, why 
> is Christopher CC'd on this one if he's not in the changelog?
> 
> Jordan
> 
> 
>> On Nov 11, 2016, at 17:37, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-osx [#7152]
>> 
>> Build URL:   https://ci.swift.org/job/oss-swift-incremental-RA-osx/7152/ 
>> 
>> Project: oss-swift-incremental-RA-osx
>> Date of build:   Fri, 11 Nov 2016 17:33:59 -0800
>> Build duration:  3 min 22 sec
>> Identified problems:
>> 
>> Assertion failure: This build failed because of an assertion failure. Below 
>> is a list of all errors in the build log:
>> Indication 1 
>> 
>> Changes
>> 
>> Commit 4bebb37b4d4957dd73272d1e74f8e23a1fd3d29f by github:
>> [APINotes] Add a 'SwiftImportAsAccessors' entry for properties. (#40)
>> 
>> edit: lib/APINotes/APINotesReader.cpp
>> edit: 
>> test/APINotes/Inputs/Frameworks/VersionedKit.framework/Headers/VersionedKit.h
>> edit: lib/APINotes/APINotesYAMLCompiler.cpp
>> edit: test/APINotes/Inputs/roundtrip.apinotes
>> edit: lib/APINotes/APINotesFormat.h
>> add: test/APINotes/properties.m
>> edit: include/clang/APINotes/Types.h
>> edit: lib/APINotes/APINotesWriter.cpp
>> edit: include/clang/Basic/Attr.td
>> edit: lib/Sema/SemaAPINotes.cpp
>> edit: 
>> test/APINotes/Inputs/Frameworks/VersionedKit.framework/Headers/VersionedKit.apinotes
>> 
>> Commit 7659012401a56300a9a8034228ea458fc01d2152 by jordan_rose:
>> [ClangImporter] Respect SwiftImportAsAccessors in APINotes. (#5728)
>> 
>> edit: 
>> test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers/APINotesFrameworkTest.apinotes
>> add: test/APINotes/properties.swift
>> edit: lib/ClangImporter/ClangAdapter.cpp
>> edit: lib/ClangImporter/ImportDecl.cpp
>> edit: lib/ClangImporter/ClangAdapter.h
>> edit: lib/ClangImporter/ClangImporter.cpp
>> add: 
>> test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers/Properties.h
>> edit: 
>> test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers/APINotesFrameworkTest.h
>> edit: lib/ClangImporter/ImportType.cpp
> 

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7093

2016-11-07 Thread mishal_shah via swift-dev
https://bugs.swift.org/browse/SR-3122

Test Case '-[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:]' started.
 
<>/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:377:
 error: -[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:] : failed - executionFailure(error: 
exit(1): 
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/buildbot_incremental/swiftpm-macosx-x86_64/debug/swift-test
 --chdir 
/var/folders/_8/79jmzf2142z2xydc_01btlx0gn/T/Miscellaneous_ParallelTestsPkg.K20E81/Miscellaneous_ParallelTestsPkg
 --parallel, output: "Tests\n50%: 
ParallelTestsPkgTests.ParallelTestsTests/testExample1\n100%: 
ParallelTestsPkgTests.ParallelTestsTests/testExample2\n\nTest Suite \'Selected 
tests\' started at 2016-11-07 17:55:39.037\nTest Suite 
\'ParallelTestsPkgPackageTests.xctest\' started at 2016-11-07 
17:55:39.038\nTest Suite \'ParallelTestsTests\' started at 2016-11-07 
17:55:39.038\nTest Case \'-[ParallelTestsPkgTests.ParallelTestsTests 
testExample1]\' started.\nTest Case 
\'-[ParallelTestsPkgTests.ParallelTestsTests testExample1]\' passed (0.001 
seconds).\nTest Suite \'ParallelTestsTests\' passed at 2016-11-07 
17:55:39.039.\n\t Executed 1 test, with 0 failures (0 unexpected) in 0.001 
(0.001) seconds\nxctest(8816,0x7fff76458000) malloc: *** error for object 
0x7f80ab813e18: incorrect checksum for freed object - object was probably 
modified after being freed.\n*** set a breakpoint in malloc_error_break to 
debug\n")
Test Case '-[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:]' failed (5.729 seconds).

> On Nov 7, 2016, at 5:56 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-osx [#7093]
> 
> Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7093/ 
> 
> Project:  oss-swift-incremental-RA-osx
> Date of build:Mon, 07 Nov 2016 17:27:04 -0800
> Build duration:   29 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(macosx-x86_64)
> Failed: 0 test(s), Passed: 8510 test(s), Total: 8510 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 359 test(s), Total: 359 test(s)
> 
> Changes
> 
> Commit d6f8f142a7a4c102bd484be8248375ca2ee432b3 by xi_ge:
> [SourceKit] Teach range-info request to recognize single declaration and
> 
> edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
> edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
> edit: include/swift/IDE/Utils.h
> edit: lib/IDE/SwiftSourceDocInfo.cpp
> edit: test/SourceKit/RangeInfo/basic.swift

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


[swift-dev] [Swift CI] [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#5]

2016-11-07 Thread mishal_shah via swift-dev
SIL verification failed: function_ref inside fragile function cannot reference 
a private or hidden symbol: (SingleFunction && RefF->isExternalDeclaration()) 
|| RefF->hasValidLinkageForFragileRef()


Thanks, 
Mishal Shah

[FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#5]

Build URL:  
https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/5/ 

Project:oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
Date of build:  Sat, 05 Nov 2016 03:47:00 -0700
Build duration: 35 min

Changes

Commit 26be9369d5eb1e04af966ebec3ad30177240201f by jordan_rose:
[IRGen] Fix lifetime extension issue with StringRef.

edit: lib/IRGen/IRGenDebugInfo.cpp

Commit 76c6281feab6eb74a0f321e351b19d66256b4fe3 by abeingessner:
[stdlib] Rewriting native hashed collection indices

edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: validation-test/stdlib/Set.swift
edit: validation-test/stdlib/Dictionary.swift
edit: stdlib/public/core/HashedCollections.swift.gyb

Commit b08732cbd4bc34761ebfb25ad3dab0187a857bba by abeingessner:
[stdlib] Update Dictionary comments to reflect new design

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 953e51a97e637c4dbe89e444d8242cc0b443b64d by abeingessner:
[stdlib] Handle some outstanding Dictionary indexing-model FIXMEs/TODOs

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit e8f4cb66e4965f5ffe0f66fc5268cfe23278eabc by abeingessner:
update reflection tests with new type layouts for Dictionary

edit: validation-test/Reflection/reflect_multiple_types.swift
edit: validation-test/Reflection/reflect_Set.swift
edit: validation-test/Reflection/reflect_Dictionary.swift

Commit 69866e942b3a263dae9fc990b5d47fc33ed7a43c by practicalswift:
[swiftc (98 vs. 5180)] Add crasher in ?

add: 
validation-test/compiler_crashers/28467-child-source-range-not-contained-within-its-parent-guard-stmt.swift

Commit ac7d397aee130c6c47966cb48f0cb2e164865b4a by ghoare:
[Compile perf] Add various convenience options to scale-test

edit: utils/scale-test

Commit b7e200ef99b44b6604c95daf68157b4a3ffafe24 by abeingessner:
properly expose == to objc in test

edit: test/stdlib/TestUserInfo.swift

Commit d179655952cb7590c5e446f3683427b987ba8226 by abeingessner:
refactor Dictionary to support an empty singleton

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 052e94a34a4635deca374242352b628d4495f806 by abeingessner:
refactor HashedCollections to support verbatim bridging

edit: validation-test/stdlib/Set.swift
edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: stdlib/public/core/HashedCollections.swift.gyb

Commit f12d7914e89d70d0feabdcc10198714123e39402 by abeingessner:
update comments in HashedCollections to reflect new design

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit a43c1dfba0946d98489456119bdd2a875a85510c by abeingessner:
Some minor cleanups in HashedCollections:

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 3144870e8672de0392efff8bd7d9e75088db1fc3 by abeingessner:
add new toll-free bridge fast-paths to HashedCollections

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 41fb15f0427149a44060520ebef5d8db88bb054a by abeingessner:
rename Buffer <---> Storage in HashedCollections to match conventions

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit b1425ce78ba0de0ed8ac9a0832eb5d0f507e34c1 by abeingessner:
remove _'s from some variables that don't need it

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 8eea522e9cd5afec999e18be64feeb4bb21b98fe by abeingessner:
rename storage type to be more useful

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 7ec26fc976b4b1cb5fe42df5d421cb56a04d1f92 by abeingessner:
fallout of renaming on tests which rely on internals

edit: validation-test/stdlib/Dictionary.swift
edit: validation-test/stdlib/Set.swift
edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: validation-test/Reflection/reflect_multiple_types.swift
edit: validation-test/Reflection/reflect_Dictionary.swift
edit: validation-test/Reflection/reflect_Set.swift

Commit 8b44a07f58ff47bb86d36405ee96220fef9e9dec by abeingessner:
remove nonsensical identity tests from test suite

edit: validation-test/stdlib/Set.swift

Commit bb0b4be7ac2f2c444e9c1d795b1eee6eb2dc1a04 by abeingessner:
Update comment to clarify why it's interesting, link a relevant impl.

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 731aa1494bca60c7a12295e1a3bcd3a35cdce2c5 by abeingessner:
Properly if-def out bridging code.

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit d0de084a7937463685d0f6858565cf7adf4b9b43 by daniel:
[swift-format] add option to indent switch block

edit: include/swift/Option/Options.td
edit: test/swift-format/main.swift
edit: test/swift-format/main.swift.indent2.response
edit: test/swift-format/main.swift.tabs.response
edit: 

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (swift 2.3) #191

2016-11-07 Thread mishal_shah via swift-dev
TIMEOUT: test_dsym 
(functionalities/thread/exit_during_step/TestExitDuringStep.py)

===
Test Result Summary
===
Test Methods:   1969
Reruns:0
Success:1444
Expected Failure:112
Failure:   0
Error: 0
Exceptional Exit:  0
Unexpected Success:   15
Skip:397
Timeout:   1
Expected Timeout:  0

> On Nov 7, 2016, at 11:45 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-lldb-swift-2.3-incremental-osx [#191]
> 
> Build URL:
> https://ci.swift.org/job/oss-lldb-swift-2.3-incremental-osx/191/ 
> 
> Project:  oss-lldb-swift-2.3-incremental-osx
> Date of build:Mon, 07 Nov 2016 11:01:22 -0800
> Build duration:   43 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 
> 
> Changes
> 
> Commit 82a68c96f4b02b68a41d8ad5d0acac86acba4e32 by nicolasweber:
> Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.
> 
> edit: src/subprocess_test.cc
> edit: src/subprocess-posix.cc 
> edit: src/subprocess.h
> 
> Commit b0cce09f563d0942fcf1c1256db679cebcbd6bea by nicolasweber:
> mark this 1.7.2.git
> 
> edit: src/version.cc 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] Swift CI Linux Pull Request on Ubuntu 16.04

2016-11-04 Thread mishal_shah via swift-dev
Swift CI pull request testing will be running on Ubuntu 16.04 compare to Ubuntu 
14.04. 

“@swift-ci Please test Linux platform” will execute on Ubuntu 16.04. 

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [swift-users] Planned Maintenance: Today at 12pm

2016-11-04 Thread mishal_shah via swift-dev
Maintenance completed. 

> On Nov 4, 2016, at 11:36 AM, mishal_shah via swift-users 
>  wrote:
> 
> Hi, 
> 
> Swift CI (ci.swift.org) will be down for maintenance, please don’t trigger CI 
> testing. 
> 
> When?
> Nov 4th 2016 - 12pm PST
> 
> Thanks, 
> Mishal Shah
> ___
> swift-users mailing list
> swift-us...@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

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


[swift-dev] Planned Maintenance: Today at 12pm

2016-11-04 Thread mishal_shah via swift-dev
Hi, 

Swift CI (ci.swift.org) will be down for maintenance, please don’t trigger CI 
testing. 

When?
Nov 4th 2016 - 12pm PST

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7049

2016-11-04 Thread mishal_shah via swift-dev
https://bugs.swift.org/browse/SR-3139

Test Case '-[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:]' started.
 
<>/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:377:
 error: -[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:] : failed - executionFailure(error: 
exit(1): 
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/buildbot_incremental/swiftpm-macosx-x86_64/debug/swift-test
 --chdir 
/var/folders/_8/79jmzf2142z2xydc_01btlx0gn/T/Miscellaneous_ParallelTestsPkg.dQKkaG/Miscellaneous_ParallelTestsPkg
 --parallel, output: "Tests\n50%: 
ParallelTestsPkgTests.ParallelTestsTests/testExample2\n100%: 
ParallelTestsPkgTests.ParallelTestsTests/testExample1\n\nTest Suite \'Selected 
tests\' started at 2016-11-04 08:43:21.018\nTest Suite 
\'ParallelTestsPkgPackageTests.xctest\' started at 2016-11-04 
08:43:21.019\nTest Suite \'ParallelTestsTests\' started at 2016-11-04 
08:43:21.019\nTest Case \'-[ParallelTestsPkgTests.ParallelTestsTests 
testExample2]\' started.\nTest Case 
\'-[ParallelTestsPkgTests.ParallelTestsTests testExample2]\' passed (0.001 
seconds).\nTest Suite \'ParallelTestsTests\' passed at 2016-11-04 
08:43:21.020.\n\t Executed 1 test, with 0 failures (0 unexpected) in 0.001 
(0.001) seconds\nxctest(93677,0x7fff7af0a000) malloc: *** error for object 
0x7f8679d1adb8: incorrect checksum for freed object - object was probably 
modified after being freed.\n*** set a breakpoint in malloc_error_break to 
debug\n")
Test Case '-[FunctionalTests.MiscellaneousTestCase 
testSwiftTestParallelAndReturnError:]' failed (5.697 seconds).

> On Nov 4, 2016, at 8:44 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-osx [#7049]
> 
> Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7049/ 
> 
> Project:  oss-swift-incremental-RA-osx
> Date of build:Fri, 04 Nov 2016 08:25:15 -0700
> Build duration:   19 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(macosx-x86_64)
> Failed: 0 test(s), Passed: 8499 test(s), Total: 8499 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 359 test(s), Total: 359 test(s)
> 
> Changes
> 
> Commit 76c6281feab6eb74a0f321e351b19d66256b4fe3 by abeingessner:
> [stdlib] Rewriting native hashed collection indices
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
> edit: validation-test/stdlib/Dictionary.swift
> edit: validation-test/stdlib/Set.swift
> 
> Commit b08732cbd4bc34761ebfb25ad3dab0187a857bba by abeingessner:
> [stdlib] Update Dictionary comments to reflect new design
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit 953e51a97e637c4dbe89e444d8242cc0b443b64d by abeingessner:
> [stdlib] Handle some outstanding Dictionary indexing-model FIXMEs/TODOs
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit e8f4cb66e4965f5ffe0f66fc5268cfe23278eabc by abeingessner:
> update reflection tests with new type layouts for Dictionary
> 
> edit: validation-test/Reflection/reflect_multiple_types.swift
> edit: validation-test/Reflection/reflect_Set.swift
> edit: validation-test/Reflection/reflect_Dictionary.swift
> 
> Commit b7e200ef99b44b6604c95daf68157b4a3ffafe24 by abeingessner:
> properly expose == to objc in test
> 
> edit: test/stdlib/TestUserInfo.swift
> 
> Commit d179655952cb7590c5e446f3683427b987ba8226 by abeingessner:
> refactor Dictionary to support an empty singleton
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit 052e94a34a4635deca374242352b628d4495f806 by abeingessner:
> refactor HashedCollections to support verbatim bridging
> 
> edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
> edit: validation-test/stdlib/Set.swift
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit f12d7914e89d70d0feabdcc10198714123e39402 by abeingessner:
> update comments in HashedCollections to reflect new design
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit a43c1dfba0946d98489456119bdd2a875a85510c by abeingessner:
> Some minor cleanups in HashedCollections:
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit 3144870e8672de0392efff8bd7d9e75088db1fc3 by abeingessner:
> add new toll-free bridge fast-paths to HashedCollections
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit 41fb15f0427149a44060520ebef5d8db88bb054a by abeingessner:
> rename Buffer <---> Storage in HashedCollections to match conventions
> 
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit 

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

2016-11-01 Thread mishal_shah via swift-dev
https://bugs.swift.org/browse/SR-3110

[TEST] Dispatch Suspend Timer
...
[BEGIN] tweedledee tick count
Actual: 8
Expected: 7
[FAIL] tweedledee tick count (dispatch_suspend_timer.c:96)
dispatch_suspend_timer.c:96


> On Nov 1, 2016, at 5:53 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-15_10 [#288]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-15_10/288/ 
> 
> Project:  oss-swift-3.0-incremental-RA-linux-ubuntu-15_10
> Date of build:Tue, 01 Nov 2016 17:32:51 -0700
> Build duration:   21 min
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8274 test(s), Total: 8274 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)
> 
> Changes
> 
> Commit 063d9a7739c65d2dc6935212545347270dc156a9 by xi_ge:
> [SourceKit] Initialize pointer as nullptr to fix a crash.
> 
> edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
> edit: test/SourceKit/CodeExpand/code-expand.swift
> 
> Commit 970f0cc436fe468a606ad9146420c61154e97360 by xi_ge:
> [SourceKit] Never try to report mangled names for archetypes without
> 
> add: test/SourceKit/CursorInfo/crash2.swift
> edit: lib/AST/USRGeneration.cpp
> edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp

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


Re: [swift-dev] [swift-lldb-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (swift 3.0) #142

2016-11-01 Thread mishal_shah via swift-dev
Thanks!

> On Nov 1, 2016, at 12:14 PM, Todd Fiala <tfi...@apple.com> wrote:
> 
> Comments in the bug.  I have a candidate fix that I put in upstream in 
> LLVM.org <http://llvm.org/> LLDB svn trunk.
> 
> I’ll pull that through after I get the current merge settled.
> 
>> On Nov 1, 2016, at 11:21 AM, mishal_shah via swift-lldb-dev 
>> <swift-lldb-...@swift.org <mailto:swift-lldb-...@swift.org>> wrote:
>> 
>> https://bugs.swift.org/browse/SR-3103 <https://bugs.swift.org/browse/SR-3103>
>> 
>>> On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev@swift.org 
>>> <mailto:swift-dev@swift.org>> wrote:
>>> 
>>> FAIL: test_attach_to_process_by_name_dwarf 
>>> (functionalities/process_attach/TestProcessAttach.py)
>>> 
>>> [TestProcessAttach.py FAILED]
>>> Command invoked: /usr/bin/python 
>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py
>>>  --executable 
>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb
>>>  --rerun-all-issues -C 
>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang
>>>  -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p 
>>> TestProcessAttach.py 
>>> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test
>>>  --event-add-entries worker_index=0:int
>>> 
>>> 2 out of 2 test suites processed - TestProcessAttach.py
>>> Test rerun complete
>>> 
>>>> On Nov 1, 2016, at 11:13 AM, no-re...@swift.org 
>>>> <mailto:no-re...@swift.org> wrote:
>>>> 
>>>> [FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]
>>>> 
>>>> Build URL: 
>>>> https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/ 
>>>> <https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/>
>>>> Project:   oss-swift-3.0-package-linux-ubuntu-15_10
>>>> Date of build: Tue, 01 Nov 2016 10:15:04 -0700
>>>> Build duration:58 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-swift-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7>
>>>> Changes
>>>> 
>>>> Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
>>>> [ManifestLoader] Add suffix .swift to temp file created for manifest
>>>> 
>>>> edit: Package.swift
>>>> delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
>>>> delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
>>>> edit: Sources/PackageLoading/ManifestLoader.swift
>>>> add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
>>>> add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
>>>> edit: Tests/PackageLoadingTests/ManifestTests.swift
>>>> delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
>>>> add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift
>>>> 
>>>> Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
>>>> [Build] NIFC: Refactor method to have one return statement
>>>> 
>>>> edit: Sources/Build/Buildable.swift
>>>> 
>>>> Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
>>>> [Build] Add -I flag to include directory of a ClangModule dependency
>>>> 
>>>> add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
>>>> add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
>>>> add: 
>>>> Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
>>>> add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
>>>> edit: Sources/Build/Buildable.swift
>>>> add: 
>>>> Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
>>>> edit: Tests/FunctionalTests/ClangModuleTests.swift
>>>> 
>>>> Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
>>>> [Basic] Add method to detect cycles in graphs
>>>> 
>>>> edit: Sour

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (swift 3.0) #142

2016-11-01 Thread mishal_shah via swift-dev
https://bugs.swift.org/browse/SR-3103

> On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev@swift.org> 
> wrote:
> 
> FAIL: test_attach_to_process_by_name_dwarf 
> (functionalities/process_attach/TestProcessAttach.py)
> 
> [TestProcessAttach.py FAILED]
> Command invoked: /usr/bin/python 
> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py
>  --executable 
> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb
>  --rerun-all-issues -C 
> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang
>  -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p 
> TestProcessAttach.py 
> /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test
>  --event-add-entries worker_index=0:int
> 
> 2 out of 2 test suites processed - TestProcessAttach.py
> Test rerun complete
> 
>> On Nov 1, 2016, at 11:13 AM, no-re...@swift.org <mailto:no-re...@swift.org> 
>> wrote:
>> 
>> [FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/ 
>> <https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/>
>> Project: oss-swift-3.0-package-linux-ubuntu-15_10
>> Date of build:   Tue, 01 Nov 2016 10:15:04 -0700
>> Build duration:  58 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-swift-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7>
>> Changes
>> 
>> Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
>> [ManifestLoader] Add suffix .swift to temp file created for manifest
>> 
>> edit: Package.swift
>> delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
>> delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
>> edit: Sources/PackageLoading/ManifestLoader.swift
>> add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
>> add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
>> edit: Tests/PackageLoadingTests/ManifestTests.swift
>> delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
>> add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift
>> 
>> Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
>> [Build] NIFC: Refactor method to have one return statement
>> 
>> edit: Sources/Build/Buildable.swift
>> 
>> Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
>> [Build] Add -I flag to include directory of a ClangModule dependency
>> 
>> add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
>> add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
>> add: 
>> Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
>> add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
>> edit: Sources/Build/Buildable.swift
>> add: 
>> Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
>> edit: Tests/FunctionalTests/ClangModuleTests.swift
>> 
>> Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
>> [Basic] Add method to detect cycles in graphs
>> 
>> edit: Sources/Basic/GraphAlgorithms.swift
>> edit: Tests/BasicTests/GraphAlgorithmsTests.swift
>> 
>> Commit ffb8fa859b42bafe2a3a8e7fd12c391c83347ab2 by ankit_aggarwal:
>> [PackageBuilder] Diagnose cycles dependency in targets
>> 
>> edit: Sources/PackageLoading/PackageBuilder.swift
>> edit: Tests/PackageLoadingTests/ConventionTests.swift
>> 
>> Commit 4cf1c6dedfac4b6281dbf71969d2b3f2a4f3fd12 by ankit_aggarwal:
>> [PackageGraphLoader] Detect cycles in package dependencies
>> 
>> edit: Tests/PackageGraphTests/PackageGraphTests.swift
>> edit: Sources/PackageGraph/PackageGraphLoader.swift
>> 
>> Commit da2e4eda3e0b964056c2022da9d81449fb7c3714 by ankit_aggarwal:
>> [PackageBuilder] Allow executable as build order dependencies
>> 
>> edit: Tests/PackageLoadingTests/ConventionTests.swift
>> add: Fixtures/Miscellaneous/ExecDependency/.gitignore
>> add: Fixtures/Miscellaneous/ExecDependency/Package.swift
>> add: Fixtures/Miscellaneous/ExecDependency/Sources/lib/lib.swift
>> edit: Sources/PackageLoading/PackageBuilder.swift
>&g

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

2016-10-26 Thread mishal_shah via swift-dev
Hi Anna,

Can you please look at this error? 

/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc:362:
 multiple definition of `__sanitizer::FindAvailableMemoryRange(unsigned long, 
unsigned long, unsigned long)'
lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:1393:
 first defined here
 <>clang-4.0: error: linker command failed with exit code 1 (use -v to see 
invocation)
ninja: build stopped: subcommand failed.
ninja: build stopped: subcommand failed.
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting


Thanks,
Mishal Shah
> On Oct 26, 2016, at 6:03 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#8474]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/8474/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-15_10
> Date of build:Wed, 26 Oct 2016 17:52:35 -0700
> Build duration:   10 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Changes
> 
> Commit 1fecd0953f7fff95da703e9be17b97e5c4810974 by ganna:
> [compiler-rt] Add support for the dynamic shadow allocation
> 
> edit: lib/sanitizer_common/sanitizer_common.h
> edit: lib/asan/asan_win.cc
> edit: lib/sanitizer_common/sanitizer_win.cc
> edit: lib/asan/asan_interface_internal.h
> edit: lib/asan/asan_win_dynamic_runtime_thunk.cc
> edit: lib/asan/asan_win_dll_thunk.cc
> edit: lib/asan/asan_mapping.h
> edit: lib/asan/asan_rtl.cc
> edit: lib/sanitizer_common/sanitizer_posix.cc

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


Re: [swift-dev] CI upgrade today

2016-10-25 Thread mishal_shah via swift-dev
Hi Everyone, 

CI Update completed. 

Thanks,
Mishal shah
> On Oct 25, 2016, at 9:28 AM, Nicole Jacque via swift-dev 
>  wrote:
> 
> Hi All-
> 
> The CI bots on swift.org will be down temporarily, starting at 11 AM 
> (California time) while we install the Xcode GM seed.  (Available for 
> download here: https://developer.apple.com/download/)  We’ll post a 
> corresponding preview snapshot at that time as well. 
> 
> Thanks!
> Nicole
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] smoke test not very smoky?

2016-10-20 Thread mishal_shah via swift-dev
Linux smoke test builds with new preset (buildbot_linux,smoketest) and it takes 
39mins compare to 1hr 4min.

https://github.com/apple/swift/pull/5378

Thanks, 
Mishal Shah
> On Oct 20, 2016, at 9:33 AM, Jordan Rose via swift-dev  
> wrote:
> 
>> 
>> On Oct 19, 2016, at 10:17, Dave Abrahams via swift-dev  
>> wrote:
>> 
>> 
>> on Wed Oct 19 2016, Jordan Rose  wrote:
>> 
 On Oct 19, 2016, at 9:44, Dave Abrahams via swift-dev 
  wrote:
 
 
 on Wed Oct 19 2016, Dave Abrahams >>> > wrote:
 
> It still seems like, for a smoke test, we're doing way too much work.
> This appears to be much more than what I get from build-script -t when
> I run tests locally.  Maybe I'm misunderstanding the intended role of
> our smoke tests, but since nobody is correcting me, I'm betting not.
>>> 
>>> Even smoke tests should run the validation tests…
>> 
>> What's the point of distinguishing validation from other tests if even
>> the smoke tests run them?
> 
> I think the validation tests are tests that compiler developers don’t bother 
> running locally before they move to a PR. I’d be very concerned about landing 
> changes in master without having run the validation tests—that would get us 
> back to the days of consistent failures because someone forgot to update 
> compiler_crashers.
> 
>> 
 Someone wrote to me privately:
 
 "buildbot_linux_1404" preset used in Linux smoke test contains
 "--long-test".
 
 This seems wrong to me.  Can we fix it?
>>> 
>>> …but I could see "long tests" going either way.
>> 
>> Well, what is “smoke” supposed to mean?  If it requires running
>> validation tests and maybe even long tests, what is the “smoke test”
>> distinction *for*?
> 
> It only builds and runs one platform per builder (no iOS/watchOS/tvOS), and 
> doesn’t necessarily build and test all the downstream projects.
> 
> I agree that if we are to have something called “smoke test”, 40 minutes is 
> too long.
> 
> Jordan
> 
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org 
> https://lists.swift.org/mailman/listinfo/swift-dev 
> 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] smoke test not very smoky?

2016-10-19 Thread mishal_shah via swift-dev
Yes, I will fix it today by creating new preset for smoke test.

Mishal Shah

> On Oct 19, 2016, at 9:44 AM, Dave Abrahams via swift-dev 
>  wrote:
> 
> 
> on Wed Oct 19 2016, Dave Abrahams  > wrote:
> 
>> It still seems like, for a smoke test, we're doing way too much work.
>> This appears to be much more than what I get from build-script -t when
>> I run tests locally.  Maybe I'm misunderstanding the intended role of
>> our smoke tests, but since nobody is correcting me, I'm betting not.
> 
> 
> Someone wrote to me privately:
> 
>  "buildbot_linux_1404" preset used in Linux smoke test contains
>  "--long-test".
> 
> This seems wrong to me.  Can we fix it?
> 
>> 
>> Anyway, regardless of the explanation, what can be done about this?
>> Between a spurious failure in LLDB and the length of the smoke test it
>> took several hours to be able to merge something that could not
>> possibly break the build, which seems absurd.
>> 
>>> On Oct 18, 2016, at 11:44 PM, mishal_shah  wrote:
>>> 
>>> 
 On Oct 18, 2016, at 8:29 PM, Michael Gottesman  
 wrote:
 
 
> On Oct 18, 2016, at 6:40 PM, Dave Abrahams via swift-dev 
>  wrote:
> 
> 
> I thought the smoke test was supposed to be a fairly quick test
> that just covered the basics, but it seems to be doing plenty of *really
> long* tests, for example:
> https://ci.swift.org/job/swift-PR-Linux-smoke-test/1916/console
> which has already been running for over 30 minutes.  Am I missing
> something?
 
 I think people have over time been adding more to the Linux tests. But I 
 am not in the know. Mishal, do you know whats happening here?
>>> 
>>> This is most likely due to number cores we have for Linux bots, the new 
>>> Linux bots are 12 cores vs 48 cores and we are running multiple executors 
>>> on it. 
>>> 
>>> Old  -  48 cores / 4 executors = 12 cores
>>> New - 12 cores / 2 executors = 6 cores
>>> 
>>> Thanks, 
>>> Mishal Shah
 
 Michael
 
> 
> -- 
> -Dave
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
 
>>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev 
>> 
> 
> -- 
> -Dave
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org 
> https://lists.swift.org/mailman/listinfo/swift-dev 
> 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Maintenance on Oct 18th

2016-10-18 Thread mishal_shah via swift-dev
Maintenance completed. 

Thanks, 
Mishal Shah
> On Oct 18, 2016, at 5:35 PM, mishal_shah via swift-dev <swift-dev@swift.org> 
> wrote:
> 
> Swift CI (ci.swift.org) will be down for maintenance on Oct 18th at 6pm 
> (PST), please don’t trigger pull request testing. 
> 
> Thanks,
> Mishal Shah
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] [Swift CI] Maintenance on Oct 18th

2016-10-18 Thread mishal_shah via swift-dev
Swift CI (ci.swift.org) will be down for maintenance on Oct 18th at 6pm (PST), 
please don’t trigger pull request testing. 

Thanks,
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] Ubuntu 16.10 Bots on ci.swift.org

2016-10-18 Thread mishal_shah via swift-dev
Trunk Development (master) Ubuntu 16.10 snapshot now available on 
https://swift.org/download/#snapshots. 

Thanks,
Mishal Shah
> On Oct 14, 2016, at 5:21 PM, mishal_shah  wrote:
> 
> Ubuntu 16.10 support added to ci.swift.org !  
> 
> Ubuntu 16.10 toolchains will be available on swift.org .
> 
> Master:
> 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) 
> 
> 0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master) 
> 
> 0. OSS - LLDB Incremental - Ubuntu 16.10 (master) 
> 
> OSS - Swift Package - Ubuntu 16.10 (master) 
> 
> 
> Master-next:
> 0. OSS - LLDB Incremental - Ubuntu 16.10 (master-next) 
> 
> 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master-next) 
> 
> 0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master-next) 
> 
> OSS - Swift Package - Ubuntu 16.10 (master-next) 
> 
> 
> Please let me know if you have any questions. 
> 
> Thanks,
> Mishal Shah

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


[swift-dev] Ubuntu 16.10 Bots on ci.swift.org

2016-10-14 Thread mishal_shah via swift-dev
Ubuntu 16.10 support added to ci.swift.org !  

Ubuntu 16.10 toolchains will be available on swift.org.

Master:
0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) 

0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master) 

0. OSS - LLDB Incremental - Ubuntu 16.10 (master) 

OSS - Swift Package - Ubuntu 16.10 (master) 


Master-next:
0. OSS - LLDB Incremental - Ubuntu 16.10 (master-next) 

0. OSS - Swift Incremental RA - Ubuntu 16.10 (master-next) 

0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master-next) 

OSS - Swift Package - Ubuntu 16.10 (master-next) 


Please let me know if you have any questions. 

Thanks,
Mishal Shah___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #11

2016-10-14 Thread mishal_shah via swift-dev
Hi, 

Can someone please look at this error? 

Test Case 'ShellTests.testPopen' started at 23:47:15.353
fatal error: 'try!' expression unexpectedly raised an error: 
POSIX.ShellError.popen(arguments: ["echo", "foo"], close error: Unknown error 
-1): file 
/home/buildnode/disk1/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift/stdlib/public/core/ErrorType.swift,
 line 182
Current stack trace:
0libswiftCore.so0x7ff1fcb13350 swift_reportError + 
117
1libswiftCore.so0x7ff1fcb26fe0 
_swift_stdlib_reportFatalErrorInFile + 106
2libswiftCore.so0x7ff1fc90400f  + 
1200143
3libswiftCore.so0x7ff1fcac7af0  + 
3050224
4libswiftCore.so0x7ff1fc9035b6  + 
1197494
5libswiftCore.so0x7ff1fcacbe10  + 
3067408
6libswiftCore.so0x7ff1fc903d8e  + 
1199502
7libswiftCore.so0x7ff1fca8c019  + 
2805785
8libswiftCore.so0x7ff1fc9035b6  + 
1197494
9libswiftCore.so0x7ff1fca3da00 specialized 
_assertionFailed(StaticString, String, StaticString, UInt, flags : UInt32) -> 
Never + 144
10   libswiftCore.so0x7ff1fc930dc0  + 
1383872
11   SwiftPMPackageTests.xctest 0x004234fe  + 
144638
12   SwiftPMPackageTests.xctest 0x004215e7  + 
136679
13   SwiftPMPackageTests.xctest 0x00423681  + 
145025
14   libXCTest.so   0x7ff1fcd597c1  + 
133057
15   libXCTest.so   0x7ff1fcd59c7f  + 
134271
16   libXCTest.so   0x7ff1fcd596e0 XCTAssertEqual (@autoclosure () throws -> A, @autoclosure () throws -> A, 
@autoclosure () -> String, file : StaticString, line : UInt) -> () + 89
17   SwiftPMPackageTests.xctest 0x004233ed  + 
144365
18   SwiftPMPackageTests.xctest 0x00424e1a  + 
151066
19   SwiftPMPackageTests.xctest 0x00424501  + 
148737
20   SwiftPMPackageTests.xctest 0x00424db1  + 
150961
21   libXCTest.so   0x7ff1fcd8810b  + 
323851
22   libXCTest.so   0x7ff1fcd581d3  + 
127443
23   libXCTest.so   0x7ff1fcd880c0  + 
323776
24   libXCTest.so   0x7ff1fcd87e70  + 
323184
25   libXCTest.so   0x7ff1fcd578a0 
XCTestCase.invokeTest() -> () + 111
26   libXCTest.so   0x7ff1fcd77e20 specialized 
XCTestCase.perform(XCTestRun) -> () + 313
27   libXCTest.so   0x7ff1fcd577d0 
XCTestCase.perform(XCTestRun) -> () + 14
28   libXCTest.so   0x7ff1fcd52960 XCTest.run() -> () + 
516
29   libXCTest.so   0x7ff1fcd78be0 specialized 
XCTestSuite.perform(XCTestRun) -> () + 886
30   libXCTest.so   0x7ff1fcd78be0 specialized 
XCTestSuite.perform(XCTestRun) -> () + 1975
31   libXCTest.so   0x7ff1fcd78be0 specialized 
XCTestSuite.perform(XCTestRun) -> () + 1975
32   libXCTest.so   0x7ff1fcd61930 
XCTMain([(testCaseClass : XCTestCase.Type, allTests : [(String, (XCTestCase) 
throws -> ())])]) -> Never + 5053
33   SwiftPMPackageTests.xctest 0x0041c422  + 
115746
34   libc.so.6  0x7ff1fa983300 __libc_start_main + 
241
35   SwiftPMPackageTests.xctest 0x0041c03a  + 
114746

--- bootstrap: error: tests failed with exit status 1

Thanks, 
Mishal Shah
> On Oct 14, 2016, at 4:48 PM, no-re...@swift.org wrote:
> 
> New issue found!
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#11]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/11/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_10
> Date of build:Fri, 14 Oct 2016 16:22:21 -0700
> Build duration:   26 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8420 test(s), Total: 8420 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 298 test(s), Total: 298 test(s)
> 
> Changes
> 
> Commit 09cbffb3e4ed5c4ef8069d273e2d34309abcd2e4 by Mishal Shah:
> Initialize CachedVFile with nullptr
> 
> edit: include/swift/Basic/SourceManager.h
> edit: lib/Basic/SourceLoc.cpp

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


Re: [swift-dev] CI outage tomorrow

2016-10-11 Thread mishal_shah via swift-dev
Update completed. 

Please download Xcode 8.1 beta 3 from https://developer.apple.com/download/

Thanks, 
Mishal Shah
> On Oct 11, 2016, at 2:14 PM, mishal_shah via swift-dev <swift-dev@swift.org> 
> wrote:
> 
> Reminder: 
> 
> Starting update right now. 
> 
> During the update, please don’t trigger pull request testing on GitHub. 
> 
> Thanks, 
> Mishal Shah
> 
>> On Oct 10, 2016, at 6:16 PM, Nicole Jacque via swift-dev 
>> <swift-dev@swift.org> wrote:
>> 
>> Hi All-
>> 
>> The CI bots on swift.org will be down temporarily, starting at 2 PM 
>> (California time) while we install the newest Xcode beta.  We’ll post a 
>> corresponding preview snapshot at that time as well. 
>> 
>> Thanks!
>> Nicole
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] CI outage tomorrow

2016-10-11 Thread mishal_shah via swift-dev
Reminder: 

Starting update right now. 

During the update, please don’t trigger pull request testing on GitHub. 

Thanks, 
Mishal Shah

> On Oct 10, 2016, at 6:16 PM, Nicole Jacque via swift-dev 
>  wrote:
> 
> Hi All-
> 
> The CI bots on swift.org will be down temporarily, starting at 2 PM 
> (California time) while we install the newest Xcode beta.  We’ll post a 
> corresponding preview snapshot at that time as well. 
> 
> Thanks!
> Nicole
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] @swift-ci now supports clean workspace for "smoke test" and "test and merge"

2016-10-07 Thread mishal_shah via swift-dev
@swift-ci now supports clean workspace for "smoke test" and "test and merge”, 
by using following trigger phrase. 

New:
@swift-ci Please clean smoke test
@swift-ci Please clean smoke test macOS
@swift-ci Please clean smoke test Linux
@swift-ci Please clean smoke test and merge
@swift-ci Please clean test and merge

Full list:
@swift-ci Please clean test
@swift-ci Please clean test macOS
@swift-ci Please clean test Linux
@swift-ci Please clean smoke test
@swift-ci Please clean smoke test macOS
@swift-ci Please clean smoke test Linux
@swift-ci Please clean smoke test and merge
@swift-ci Please clean test and merge

Currently this is only setup for https://github.com/apple/swift 
 repository.

Thanks, 
Mishal Shah___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] Differences between Xcode official toolchains and tagged releases from repository

2016-10-03 Thread mishal_shah via swift-dev
> On Oct 3, 2016, at 7:51 AM, Zhao Xin via swift-dev  
> wrote:
> 
> I think if you want to upload your apps to App Store, you will need the 
> toolchain together with Xcode. Also, playground should only work with that 
> toolchain.
The toolchain from swift.org should work with playground, if it does not please 
file bug on bugs.swift.org. 

Info from swift.org: 

"To submit to the App Store you must build your app using the version of Swift 
that comes included within Xcode.” 
https://swift.org/download/#using-downloads

Thanks,
Mishal Shah

> 
> Zhaoxin
> 
> On Mon, Oct 3, 2016 at 6:34 PM, Daniel Martín via swift-dev 
> > wrote:
> Hello, all:
> 
> Is there any difference between the official toolchains included with Xcode 
> and the tagged releases from the repository? Maybe the Xcode team is using 
> some special flags for compilation or applying internal fixes? I ask this 
> question because we're seeing some projects that compile fine with the 
> official toolchain, but fail to do so with one downloaded from the 
> repository, from the exact tagged version.
> 
> Before we investigate this further, is it possible to create an "official" 
> Swift toolchain using the build scripts (for internal use, I assume we cannot 
> upload to the Store with that toolchain)? Does the Xcode team generate the 
> binaries from the repository tags?
> 
> Thanks,
> Daniel Martín
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org 
> https://lists.swift.org/mailman/listinfo/swift-dev 
> 
> 
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


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

2016-09-29 Thread mishal_shah via swift-dev
CMake Warning at stdlib/CMakeLists.txt:5 (message):
  Building the swift runtime using the host compiler, and not the just-built
  clang.


CMake Error at cmake/modules/AddSwift.cmake:32 (message):
  OBJECT_LIBRARY may not link to anything
Call Stack (most recent call first):
  cmake/modules/AddSwift.cmake:864 (_require_empty_list)
  cmake/modules/AddSwift.cmake:1377 (_add_swift_library_single)
  stdlib/public/stubs/CMakeLists.txt:32 (add_swift_library)

Thanks,
Mishal Shah
> On Sep 29, 2016, at 5:35 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7961]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7961/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-15_10
> Date of build:Thu, 29 Sep 2016 17:31:34 -0700
> Build duration:   4 min 2 sec
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8358 test(s), Total: 8358 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
> 
> Changes
> 
> Commit 7a1a6af8361dba68ea4bbb7fe99a581f83a78ca5 by milseman:
> [Clang Importer] Restore shouldIgnoreMacro API
> 
> edit: include/swift/ClangImporter/ClangImporter.h
> edit: lib/ClangImporter/ImportName.cpp

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


[swift-dev] Swift 3.0.1 Preview 2 branch

2016-09-29 Thread mishal_shah via swift-dev
Swift 3.0.1 Preview 2 branch was just created from following sha.  

This branch was created from swift-3.0-branch, all changes to 
swift-3.0.1-preview-2-branch branch needs to be submitted via pull requests. 
The release manager for the given repository needs to approve and merge the 
pull request into the swift-3.0.1-preview-2-branch. 


ProjectsSha
swift:  
504504b7f79682e77e154032219c04782e4959b7
swift-lldb: 
3426206b5f7c3abff0bc216e71119e915076df5a
swiftpm:
0e0b8fc8d1eee0acd118b6c2364d268754946920
swift-llvm: 
0e49d60410eee5e4e85f4e7064afa40af2919635
swift-clang:
968470f17040c6a6c15a8b44854ab74b7b0f4b34
swift-xcode-playground-support: 8f95ffc73f3a4b2d3336351b40ed88cc3e728c7d
swift-corelibs-libdispatch:
b3bec3ebb6caeff85f31202d16f00224badef1b2
swift-corelibs-foundation:  b6898c75e42fe73552b22a32361fb440cc9fdefc
swift-corelibs-xctest:  ad54a1f312f0290216aecbf395433c7b0e89aa93
swift-llbuild:  
26206baf938d25fbb7b1778991fea745c1a530cb
swift-compiler-rt:  
6646bc878a1b5cb896abe9bb2cb31dacac9d0135
swift-cmark: 
5af77f3c1d7f34f252a897094936ac4d162adf4b
swift-integration-tests: 
c95c832cb2aa2c076e6518024110ac6d18eb94b2


Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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

2016-09-28 Thread mishal_shah via swift-dev
Test Case 'ManifestTests.testVersionSpecificLoading' started at 01:23:43.311
 <>:0: error: error parsing input file '/tmp/TemporaryFile.aeB1ll' 
(expected top-level entity)
Can't parse Package.swift manifest file because it contains invalid format. Fix 
Package.swift file format and try again.
:0: error: ManifestTests.testVersionSpecificLoading : threw error 
"invalidManifestFormat(nil)"
Test Case 'ManifestTests.testVersionSpecificLoading' failed (0.245 seconds).

> On Sep 28, 2016, at 6:24 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#120]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/120/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build:Wed, 28 Sep 2016 17:27:49 -0700
> Build duration:   56 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8357 test(s), Total: 8357 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
> 
> Changes
> 
> Commit d3ef6f70f2c1795c55602f36362542366af5674e by aschwaighofer:
> Runtime: Make swift_getObjCClassMetadata resilient against weakly linked
> 
> edit: stdlib/public/runtime/Metadata.cpp
> 
> Commit a3990b93fe3d97036625b34375b807bc568cb021 by mgottesman:
> [update-checkout] Add an option '--dump-hashes' for dumping the checked
> 
> edit: utils/update-checkout

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


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

2016-09-28 Thread mishal_shah via swift-dev
Thanks!

> On Sep 28, 2016, at 9:09 AM, Tony Parker  wrote:
> 
> I merged the PR. Hopefully that will help quite a bit with these.
> 
> - Tony
> 
>> On Sep 27, 2016, at 10:26 PM, mishal_shah > > wrote:
>> 
>> HI Tony, 
>> 
>> Is this PR ready to be merged? It might help resolve this failure. 
>> 
>> https://github.com/apple/swift-corelibs-foundation/pull/613 
>> 
>> 
>> Thanks, 
>> Mishal Shah
>>> On Sep 27, 2016, at 9:36 PM, Douglas Gregor >> > wrote:
>>> 
>>> estFoundation/TestNSURLSession.swift:40: error: 
>>> TestURLSession.test_dataTaskWithURL : Asynchronous wait failed - Exceeded 
>>> timeout of 12.0 seconds, with unfulfilled expectations: data task
>>> TestFoundation/TestNSURLSession.swift:42: error: Te
>>> 
>>> 
 On Sep 27, 2016, at 9:37 PM, no-re...@swift.org 
  wrote:
 
 New issue found!
 
 [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7678]
 
 Build URL: 
 https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7678/ 
 
 Project:   oss-swift-incremental-RA-linux-ubuntu-14_04
 Date of build: Tue, 27 Sep 2016 21:03:24 -0700
 Build duration:33 min
 Identified problems:
 
 Compile Error: This build failed because of a compile error. Below is a 
 list of all errors in the build log:
 Indication 1 
 
 Tests:
 
 Name: Swift(linux-x86_64)
 Failed: 0 test(s), Passed: 8355 test(s), Total: 8355 test(s)
 Name: Swift-Unit
 Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
 
 Changes
 
 Commit c9be461d8a2832e9307d104eb62239397b3ba9c0 by dgregor:
 [API Notes] Use std::make_tuple to unbreak libstdc++ build.
 
 edit: lib/APINotes/APINotesWriter.cpp
>>> 
>> 
> 

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 3.0) #24

2016-09-26 Thread mishal_shah via swift-dev
Updated all of the jobs to use: 

(cd "${WORKSPACE}/swift-corelibs-libdispatch";  git submodule foreach 
--recursive git clean -fdx; git submodule init; git submodule update)

> On Sep 26, 2016, at 1:00 PM, Tony Parker  wrote:
> 
> Mishal, can you help us get this fixed on the build server?
> 
>>> I think the fix for this is a one-time forced update (or removal to get a 
>>> clean checkout) of libdispatch on the build machines.
>>> 
> 
> Thanks,
> - Tony
> 
>> On Sep 26, 2016, at 12:19 PM, David P Grove > > wrote:
>> 
>> Sorry,
>> I think the fix for this is a one-time forced update (or removal to get a 
>> clean checkout) of libdispatch on the build machines.
>> 
>> The problem is that libpwq has config.h.in checked into git. That file 
>> really shouldn't be in source control because it is generated by autotools. 
>> An update to that file in git is clashing with the modified version 
>> generated by autotools on the build machine.
>> 
>> --dave
>> 
>> 
>> Tony Parker ---09/26/2016 02:42:58 PM---Dave, is there 
>> something that autoconf is doing here that needs to be adjusted to fit in 
>> with the bu
>> 
>> From:  Tony Parker > >
>> To:  David P Grove/Watson/IBM@IBMUS
>> Cc:  Mark Lacey >, 
>> mishal_shah >, 
>> swift-dev >
>> Date:  09/26/2016 02:42 PM
>> Subject:  Re: [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - 
>> Ubuntu 16.04 - Long Test (swift 3.0) #24
>> Sent by:  anthony.par...@apple.com 
>> 
>> 
>> 
>> Dave, is there something that autoconf is doing here that needs to be 
>> adjusted to fit in with the build script?
>> 
>> Submodule path 'libkqueue': checked out 
>> '1873b1864195ff00e82bec17fa650a89c4575d41'
>> error: Your local changes to the following files would be overwritten by 
>> checkout:
>> config.h.in
>> Please, commit your changes or stash them before you can switch branches.
>> Aborting
>> Unable to checkout '23fba319ee26ae97dd4a64ff605d4bb613a016b2' in submodule 
>> path 'libpwq'
>> Build step 'Execute shell' marked build as failure
>> 
>> 
>> 
>> - Tony
>> On Sep 26, 2016, at 11:42 AM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-16_04-long-test [#24]
>> Build URL:
>> https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-16_04-long-test/24/
>>  
>> 
>> Project:
>> oss-swift-3.0-incremental-RA-linux-ubuntu-16_04-long-test
>> Date of build:
>> Mon, 26 Sep 2016 11:41:33 -0700
>> Build duration:
>> 44 sec
>> Tests:
>> 
>> Name: Swift(linux-x86_64)
>> Failed: 0 test(s), Passed: 8251 test(s), Total: 8251 test(s)
>> 
>> Name: Swift-Unit
>> Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)
>> 
>> Changes
>> Commit c57f63503147f66015476988c5d24a3b296910db by mark.lacey:
>> [Diagnostics] Refactor argument matching when dealing with a single
>> 
>> edit: lib/Sema/CSDiag.cpp
>> Commit ca0cc2f084425ee3c7cf307422d806676b8d by mark.lacey:
>> [Diagnostics] Refactor argument source range retrieval
>> 
>> edit: lib/Sema/CSDiag.cpp
>> Commit ff8ea2ddcbf96aaf967129946a4b1befe0f2a301 by mark.lacey:
>> [Diagnostics] SR-2242: Fix diagnostic when argument label is omitted
>> 
>> edit: lib/Sema/CSSimplify.cpp
>> edit: test/Constraints/diagnostics.swift
>> edit: lib/Sema/CSDiag.cpp
>> edit: lib/Sema/ConstraintSystem.h
>> Commit b710263c6afb0df2b04c928384c63af71ba33516 by groved:
>> update libkqueue and libpwq submodules
>> 
>> edit: libpwq
>> edit: libkqueue
>> Commit b6898c75e42fe73552b22a32361fb440cc9fdefc by anthony.parker:
>> Cherry-pick important fixes for 3.0.1 (#654)
>> 
>> edit: TestFoundation/TestNSNumberFormatter.swift
>> edit: Foundation/NSURLSession/TaskRegistry.swift
>> edit: TestFoundation/TestNSSet.swift
>> edit: Foundation/Set.swift
>> edit: Foundation/NSNumberFormatter.swift
>> edit: Foundation/NSURLSession/Configuration.swift
>> edit: Foundation/NSURLSession/NSURLSessionTask.swift
>> edit: Foundation/NSURLSession/NSURLSession.swift
>> edit: TestFoundation/TestNSTimeZone.swift
>> edit: Foundation/NSURLSession/NSURLSessionDelegate.swift
> 

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


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

2016-09-26 Thread mishal_shah via swift-dev
Hi, 

This failure does not look like released to this commit. 

Foundation test failed due to timeout. 

Test Case 'TestURLSession.test_dataTaskWithURL' started at 11:00:53.813

TestFoundation/TestNSURLSession.swift:40: error: 
TestURLSession.test_dataTaskWithURL : Asynchronous wait failed - Exceeded 
timeout of 12.0 seconds, with unfulfilled expectations: data task

TestFoundation/TestNSURLSession.swift:42: error: 
TestURLSession.test_dataTaskWithURL : XCTAssertEqual failed: ("unknown") is not 
equal to ("Kathmandu") - test_dataTaskWithURLRequest returned an unexpected 
result

Thanks,
Mishal Shah
> On Sep 26, 2016, at 9:58 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7860]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7860/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-15_10
> Date of build:Mon, 26 Sep 2016 09:38:23 -0700
> Build duration:   20 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8352 test(s), Total: 8352 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
> 
> Changes
> 
> Commit 0a20774f8b3b803a70342bd6b2dae0767081cb10 by beanz:
> Fix swift tests to work with in-tree LLDB
> 
> edit: test/Driver/options-repl-darwin.swift
> edit: test/Driver/options-repl.swift
> edit: test/Driver/subcommands.swift

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


Re: [swift-dev] [swift-lldb-dev] Ubuntu 16.04 Bots on ci.swift.org

2016-09-23 Thread mishal_shah via swift-dev
Master next: 

0. OSS - LLDB Incremental - Ubuntu 16.04 (master-next) 

0. OSS - Swift Incremental RA - Ubuntu 16.04 (master-next) 

0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master-next) 

OSS - Swift Package - Ubuntu 16.04 (master-next) 


Thanks, 
Mishal Shah
> On Sep 22, 2016, at 11:23 AM, Todd Fiala  wrote:
> 
>> 
>> On Sep 22, 2016, at 11:22 AM, mishal_shah > > wrote:
>> 
>> 
>>> On Sep 22, 2016, at 8:05 AM, Todd Fiala >> > wrote:
>>> 
 
 On Sep 21, 2016, at 7:46 PM, Todd Fiala via swift-lldb-dev 
 > wrote:
 
 Great, thanks Mishal!
 
 On Wed, Sep 21, 2016 at 7:14 PM, mishal_shah via swift-lldb-dev 
 > wrote:
 Ubuntu 16.04 support added to ci.swift.org !  
 
 Starting tomorrow swift.org  will also contain Ubuntu 
 16.04 toolchains.
 
 Master:
 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) 
 
 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master) 
 
 0. OSS - LLDB Incremental - Ubuntu 16.04 (master) 
 
 OSS - Swift Package - Ubuntu 16.04 (master) 
 
 
 Swift-3.0-branch: 
 0. OSS - Swift Incremental RA - Ubuntu 16.04 (swift 3.0) 
 
 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 3.0) 
 
 0. OSS - LLDB Incremental - Ubuntu 16.04 (swift 3.0) 
 
 OSS - Swift Package - Ubuntu 16.04 (swift 3.0) 
 
 
 Please let me know if you have any questions. 
 
>>> 
>>> Can we get Ubuntu 16.04 on the GitHub master-next branches as well?
>> Yes, I will add them today. 
>> 
> 
> Great, thanks for your efforts, Mishal!
> 
>>> 
 Thanks, 
 Mishal Shah
 
 ___
 swift-lldb-dev mailing list
 swift-lldb-...@swift.org 
 https://lists.swift.org/mailman/listinfo/swift-lldb-dev 
 
 
 
 
 
 -- 
 -Todd
 ___
 swift-lldb-dev mailing list
 swift-lldb-...@swift.org 
 https://lists.swift.org/mailman/listinfo/swift-lldb-dev 
 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [swift-lldb-dev] Ubuntu 16.04 Bots on ci.swift.org

2016-09-22 Thread mishal_shah via swift-dev

> On Sep 22, 2016, at 8:05 AM, Todd Fiala  wrote:
> 
>> 
>> On Sep 21, 2016, at 7:46 PM, Todd Fiala via swift-lldb-dev 
>> > wrote:
>> 
>> Great, thanks Mishal!
>> 
>> On Wed, Sep 21, 2016 at 7:14 PM, mishal_shah via swift-lldb-dev 
>> > wrote:
>> Ubuntu 16.04 support added to ci.swift.org !  
>> 
>> Starting tomorrow swift.org  will also contain Ubuntu 
>> 16.04 toolchains.
>> 
>> Master:
>> 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) 
>> 
>> 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master) 
>> 
>> 0. OSS - LLDB Incremental - Ubuntu 16.04 (master) 
>> 
>> OSS - Swift Package - Ubuntu 16.04 (master) 
>> 
>> 
>> Swift-3.0-branch: 
>> 0. OSS - Swift Incremental RA - Ubuntu 16.04 (swift 3.0) 
>> 
>> 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 3.0) 
>> 
>> 0. OSS - LLDB Incremental - Ubuntu 16.04 (swift 3.0) 
>> 
>> OSS - Swift Package - Ubuntu 16.04 (swift 3.0) 
>> 
>> 
>> Please let me know if you have any questions. 
>> 
> 
> Can we get Ubuntu 16.04 on the GitHub master-next branches as well?
Yes, I will add them today. 

> 
>> Thanks, 
>> Mishal Shah
>> 
>> ___
>> swift-lldb-dev mailing list
>> swift-lldb-...@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-lldb-dev 
>> 
>> 
>> 
>> 
>> 
>> -- 
>> -Todd
>> ___
>> swift-lldb-dev mailing list
>> swift-lldb-...@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-lldb-dev 
>> 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] Ubuntu 16.04 Bots on ci.swift.org

2016-09-21 Thread mishal_shah via swift-dev
Ubuntu 16.04 support added to ci.swift.org!  

Starting tomorrow swift.org will also contain Ubuntu 16.04 toolchains.

Master:
0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) 

0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master) 

0. OSS - LLDB Incremental - Ubuntu 16.04 (master) 

OSS - Swift Package - Ubuntu 16.04 (master) 


Swift-3.0-branch: 
0. OSS - Swift Incremental RA - Ubuntu 16.04 (swift 3.0) 

0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 3.0) 

0. OSS - LLDB Incremental - Ubuntu 16.04 (swift 3.0) 

OSS - Swift Package - Ubuntu 16.04 (swift 3.0) 


Please let me know if you have any questions. 

Thanks, 
Mishal Shah___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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

2016-09-21 Thread mishal_shah via swift-dev
Not sure what happened, looks like unstable test.

Rebuilding made the failure go away on 15.10/16.04

https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/7/
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7751/

Thanks, 
Mishal Shah

> On Sep 21, 2016, at 6:20 PM, mishal_shah via swift-dev <swift-dev@swift.org> 
> wrote:
> 
> Hi Andy, 
> 
> This commit passed in PR testing on Ubuntu 14.04, however we are seeing 
> failure on Ubuntu 16.04 and 15.10.
> 
> PR test: https://ci.swift.org/job/swift-PR-Linux/3877/console 
> <https://ci.swift.org/job/swift-PR-Linux/3877/console>
> 
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/ 
> <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/>
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7750/ 
> <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7750/>
> 
> Test Case 'TestNSData.testBasicConstruction' started at 01:09:31.825
> /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation:
>  symbol lookup error: 
> /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation:
>  undefined symbol: 
> _TFSP17withMemoryReboundu0_rfzT2toMqd__8capacitySiFzGSpqd___qd_0__qd_0_
> /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script:
>  fatal error: command terminated with a non-zero exit status 127, aborting
> /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script:
>  fatal error: command terminated with a non-zero exit status 1, aborting
> Build step 'Execute shell' marked build as failure
> 
> 
> Thanks, 
> Mishal Shah
> 
> 
>> On Sep 21, 2016, at 6:10 PM, no-re...@swift.org <mailto:no-re...@swift.org> 
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#6]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/ 
>> <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/>
>> Project: oss-swift-incremental-RA-linux-ubuntu-16_04
>> Date of build:   Wed, 21 Sep 2016 17:55:24 -0700
>> Build duration:  14 min
>> Tests: 
>> 
>> Name: Swift(linux-x86_64)
>> Failed: 0 test(s), Passed: 8338 test(s), Total: 8338 test(s)
>> Name: Swift-Unit
>> Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
>> 
>> Changes
>> 
>> Commit 2c9cde1c7192269757ea6f0625d08442499a0e76 by atrick:
>> [stdlib] fix UnsafePointer.withMemoryRebound(to:capacity:) argument
>> 
>> edit: stdlib/public/core/UnsafePointer.swift.gyb
>> edit: test/stdlib/UnsafePointer.swift.gyb
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


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

2016-09-21 Thread mishal_shah via swift-dev
Hi Andy, 

This commit passed in PR testing on Ubuntu 14.04, however we are seeing failure 
on Ubuntu 16.04 and 15.10.

PR test: https://ci.swift.org/job/swift-PR-Linux/3877/console

https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7750/

Test Case 'TestNSData.testBasicConstruction' started at 01:09:31.825
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation:
 symbol lookup error: 
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation:
 undefined symbol: 
_TFSP17withMemoryReboundu0_rfzT2toMqd__8capacitySiFzGSpqd___qd_0__qd_0_
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 127, aborting
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script:
 fatal error: command terminated with a non-zero exit status 1, aborting
Build step 'Execute shell' marked build as failure


Thanks, 
Mishal Shah


> On Sep 21, 2016, at 6:10 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#6]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build:Wed, 21 Sep 2016 17:55:24 -0700
> Build duration:   14 min
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8338 test(s), Total: 8338 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 297 test(s), Total: 297 test(s)
> 
> Changes
> 
> Commit 2c9cde1c7192269757ea6f0625d08442499a0e76 by atrick:
> [stdlib] fix UnsafePointer.withMemoryRebound(to:capacity:) argument
> 
> edit: stdlib/public/core/UnsafePointer.swift.gyb
> edit: test/stdlib/UnsafePointer.swift.gyb

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


Re: [swift-dev] Extending Swift's continuous integration

2016-09-20 Thread mishal_shah via swift-dev
Hi Brian, 

Currently, we are working on getting the policy setup to be able add new 
systems to second Jenkins master and looking into extending @swift-ci 
capablelty to support additional platforms. Plan is to have this completed 
soon, we are working out few things before we make this available publicly.

Thanks,
Mishal Shah

> On Sep 19, 2016, at 5:04 AM, Brian Gesiak via swift-dev  
> wrote:
> 
> Oops, forgot to actually CC people. My bad!
> 
> On Mon, Sep 19, 2016 at 8:02 AM, Brian Gesiak  > wrote:
> Hello all,
> (+cc Ted Kremenek, John Holdsworth, Philippe Hausler)
> 
> Following up on 
> https://github.com/apple/swift-corelibs-foundation/pull/622#issuecomment-247630142
>  
> ,
>  I'd like to discuss expanding the range of platforms that are tested by 
> @swift-ci.
> 
> Currently, @swift-ci is capable of "test macOS platform" and "test Linux 
> platform", among others. It would be awesome if we could ask it to "test 
> Android platform", "test Linux ARM platform", and so on.
> 
> In 
> https://github.com/apple/swift-corelibs-foundation/pull/622#issuecomment-247415912
>  
> ,
>  Ted Kremenek states that the idea is to add another Jenkins master that 
> could be used to add additional machines for different platforms, to enable 
> more CI testing on additional platforms the community cares about, including 
> Android.
> 
> I was wondering if there's anything I could do to help here. I have desktops 
> capable of building Swift for Android, Android devices to run the tests on, 
> and developer time to help get this set up. Would those resources help?
> 
> If the "another Jenkins master" is something that'll happen far off into the 
> future, I was considering creating a @swift-android-ci GitHub user that 
> would, like the @swift-ci bot, respond to "@swift-android-ci please test".
> 
> Since Android isn't tested on Swift CI, I've been fixing build breakages 
> after they land in master, sometimes a few days after they're merged. 
> Additional CI would greatly improve the stability of the Android build -- I'm 
> looking forward to next steps here! :)
> 
> - Brian Gesiak
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] CI outage

2016-09-09 Thread mishal_shah via swift-dev
Master has been locked, we will send out another email once its open again. 

Thanks, 
Mishal Shah
> On Sep 9, 2016, at 3:39 PM, Michael Gottesman via swift-dev 
>  wrote:
> 
> FYI, the tree will actually be locked until Sunday evening. This is so that 
> we can perform the necessary steps to move swift to run on a newer 
> LLVM/Clang, as announced last week.
> 
> Michael
> 
>> On Sep 9, 2016, at 10:49 AM, Nicole Jacque via swift-dev 
>>  wrote:
>> 
>> Due to an HVAC maintenance outage in our lab, we will be taking down the CI 
>> systems starting a little after 4 PM California time, and turning them back 
>> on on Saturday morning.  We will also be locking master during this time as 
>> pull requests will be unavailable.  We’ll send out notification when the 
>> systems come back up.
>> 
>> Thanks!
>> Nicole
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #6213

2016-09-09 Thread mishal_shah via swift-dev
Hi John, 

Merged, thanks for fixing the issue. 

Mishal Shah
> On Sep 9, 2016, at 11:16 AM, John McCall via swift-dev  
> wrote:
> 
>> On Sep 9, 2016, at 10:51 AM, John McCall via swift-dev > > wrote:
>> 
>>> On Sep 9, 2016, at 10:46 AM, no-re...@swift.org  
>>> wrote:
>>> [FAILURE] oss-swift-incremental-RA-osx [#6213]
>>> 
>>> Build URL:  https://ci.swift.org/job/oss-swift-incremental-RA-osx/6213/ 
>>> 
>>> Project:oss-swift-incremental-RA-osx
>>> Date of build:  Fri, 09 Sep 2016 10:21:35 -0700
>>> Build duration: 24 min
>>> Identified problems:
>>> 
>>> Compile Error: This build failed because of a compile error. Below is a 
>>> list of all errors in the build log:
>>> Indication 1 
>>> 
>>> Regression test failed: This build failed because a regression test in the 
>>> test suite FAILed. Below is a list of all errors:
>>> Indication 1 
>>> 
>>> Tests: 
>>> 
>>> Name: Swift(macosx-x86_64)
>>> Failed: 1 test(s), Passed: 8288 test(s), Total: 8289 test(s)
>>> Failed: Swift(macosx-x86_64).SILGen.foreign_errors.swift 
>>> 
>>> 
>> 
>> Merge conflict with Jordan's a335ebce805cd8246a5b8127180e318a399a9984.  Fix 
>> is trivial; I'll send a patch momentarily.
> 
> https://github.com/apple/swift/pull/4695 
> 
> 
> Would someone mind mashing the admin override here?
> 
> John.
> ___
> swift-dev mailing list
> swift-dev@swift.org 
> https://lists.swift.org/mailman/listinfo/swift-dev 
> 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] Cross Repository Testing with Swift CI

2016-09-08 Thread mishal_shah via swift-dev
Cross Repository Testing with Swift CI
Swift CI now supports the ability to test multiple pull request across 
repositories. To use this new feature, simply provide the URL from 
corresponding pull requests in the same comment as "@swift-ci Please test" 
phrase. List all of the pull requests and then provide the specific test phrase 
you would like to trigger. Currently, it will only merge the main pull request 
you requested testing from as opposed to all of the PR's.

For example:

Please test with following pull request:
https://github.com/apple/swift/pull/4574 


@swift-ci Please test Linux platform
Please test with following PR:
https://github.com/apple/swift-lldb/pull/48 

https://github.com/apple/swift-package-manager/pull/632 


@swift-ci Please test macOS platform
Thanks,
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] Update: CI outage for SDK and source updates tomorrow

2016-09-08 Thread mishal_shah via swift-dev
Update completed. 

Thanks, 
Mishal Shah
> On Sep 8, 2016, at 9:41 AM, mishal_shah  wrote:
> 
> Reminder: 
> 
> Starting update right now. 
> 
> During this update, please don’t trigger pull request testing on GitHub. 
> 
> Thanks, 
> Mishal Shah
>> On Sep 7, 2016, at 3:17 PM, Nicole Jacque via swift-dev > > wrote:
>> 
>> The CI update is being rescheduled for 9 AM, California time tomorrow.
>> 
>>> On Sep 7, 2016, at 3:12 PM, Nicole Jacque via swift-dev 
>>> > wrote:
>>> 
>>> Hello All-
>>> 
>>> Tomorrow we will be temporarily bringing down the CI, starting around 2 PM, 
>>> California time, in order to upgrade to the latest beta of Xcode 8 and the 
>>> associated SDKs.  We will also be tagging and applying some source changes 
>>> in support of the updated SDKs.We expect the upgrade process to take 
>>> several hours.  We’ll send out a message when the upgrade is complete.
>>> 
>>> As a reminder, once the upgrade is complete, if you are doing development 
>>> on a Mac, the minimum required Xcode to build Swift from source will be the 
>>> latest Xcode 8 beta — in this case, Xcode 8 GM seed.  It can be downloaded 
>>> at: https://developer.apple.com/download/ 
>>> 
>>> 
>>> Thanks!
>>> Nicole
>>> ___
>>> swift-dev mailing list
>>> swift-dev@swift.org 
>>> https://lists.swift.org/mailman/listinfo/swift-dev 
>>> 
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

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


Re: [swift-dev] Update: CI outage for SDK and source updates tomorrow

2016-09-08 Thread mishal_shah via swift-dev
Reminder: 

Starting update right now. 

During this update, please don’t trigger pull request testing on GitHub. 

Thanks, 
Mishal Shah
> On Sep 7, 2016, at 3:17 PM, Nicole Jacque via swift-dev  
> wrote:
> 
> The CI update is being rescheduled for 9 AM, California time tomorrow.
> 
>> On Sep 7, 2016, at 3:12 PM, Nicole Jacque via swift-dev > > wrote:
>> 
>> Hello All-
>> 
>> Tomorrow we will be temporarily bringing down the CI, starting around 2 PM, 
>> California time, in order to upgrade to the latest beta of Xcode 8 and the 
>> associated SDKs.  We will also be tagging and applying some source changes 
>> in support of the updated SDKs.We expect the upgrade process to take 
>> several hours.  We’ll send out a message when the upgrade is complete.
>> 
>> As a reminder, once the upgrade is complete, if you are doing development on 
>> a Mac, the minimum required Xcode to build Swift from source will be the 
>> latest Xcode 8 beta — in this case, Xcode 8 GM seed.  It can be downloaded 
>> at: https://developer.apple.com/download/ 
>> 
>> 
>> Thanks!
>> Nicole
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


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 
> provide xml output?
> 
> 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 Incremental 
> RA - Ubuntu 14.04 (swift 3.0) #177
> Sent by: mishal_s...@apple.com
> 
> 
> 
> 
> 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 
> to the autotools testing rules to cat a failed log file, or is there some 
> other mechanism available to us?
> 
> --dave
> 
> 
> Jordan Rose via swift-dev ---08/31/2016 01:16:08 PM---…but the 
> smoke tests are still failing. 
> https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/ 
> 
> 
> From: Jordan Rose via swift-dev  >
> To: mishal_shah >
> Cc: Jacob Bandes-Storch  >, swift-dev  >, Xiaodi Wu  >
> Date: 08/31/2016 01:16 PM
> Subject: Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental 
> RA - Ubuntu 14.04 (swift 3.0) #177
> Sent by: swift-dev-boun...@swift.org 
> 
> 
> 
> 
> …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.)
> On Aug 30, 2016, at 11:55, mishal_shah  > 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/
>  
> )
> 
> 
> 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  > 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  > 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,  > wrote:
> [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-14_04 [#177]
> Build 

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 
> to the autotools testing rules to cat a failed log file, or is there some 
> other mechanism available to us?
> 
> --dave
> 
> 
> Jordan Rose via swift-dev ---08/31/2016 01:16:08 PM---…but the 
> smoke tests are still failing. 
> https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/ 
> 
> 
> From:  Jordan Rose via swift-dev  >
> To:  mishal_shah >
> Cc:  Jacob Bandes-Storch  >, swift-dev  >, Xiaodi Wu  >
> Date:  08/31/2016 01:16 PM
> Subject:  Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift 
> Incremental RA - Ubuntu 14.04 (swift 3.0) #177
> Sent by:  swift-dev-boun...@swift.org 
> 
> 
> 
> …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.)
> 
> On Aug 30, 2016, at 11:55, mishal_shah  > 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/
>  
> )
> 
> 
> 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  > 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  > 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,  > 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/ 
> 
> 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: 

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_linux/libdispatch-linux-x86_64/tests/ 
> 
> 
> Regards 
> C (Chris) Bailey  
> 
> Senior Technical Staff Member (STSM)   Hursley Park
> Runtime Technologies for Java, Node.js and Swift   Winchester, Hampshire 
> SO21 2JN
> IBM Software Group United Kingdom 
> Phone:+44-1962-817078 IBM SDKs for Java™ 
>   
> Mobile:   +44-7738-310815 (272022)IBM SDKs for Node.js™ 
>   
> e-mail:   bail...@uk.ibm.com  IBM Monitoring and Diagnostic Tools 
> 
> Find me on:  
>   
> 
>  
> 
> 
> 
> 
> 
> 
> From:mishal_shah  
> To:Tony Parker  
> Cc:Chris Bailey/UK/IBM@IBMGB, Pushkar N Kulkarni 
> , Jordan Rose , swift-dev 
> , Xiaodi Wu , Jacob Bandes-Storch 
>  
> Date:30/08/2016 22:08 
> Subject:Re: [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - 
> Ubuntu 14.04 (swift 3.0) #177 
> Sent by:mishal_s...@apple.com 
> 
> 
> 
> 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 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'
>  

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 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 

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 

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: 22
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  22
# XPASS: 0
# ERROR: 0

> On Aug 30, 2016, at 11:58 AM, Jordan Rose  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/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.)
> 
> 
>> On Aug 30, 2016, at 11:55, mishal_shah > > 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/
>>  
>> )
>> 
>> 
>> 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 >> > 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 > 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, > 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/
  
 
 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: 

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/ 
)


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  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 > > 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, > > 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/
>>  
>> 
>> 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


Re: [swift-dev] Swift CI: Pull Request Check Status

2016-08-28 Thread mishal_shah via swift-dev
Updated the documentation with check status information.

Validation Test Triggers:
https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#validation-testing
 
<https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#validation-testing>

Smoke Test Triggers:
https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#smoke-testing
 
<https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#smoke-testing>

Benchmark Triggers: 
https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#benchmarking
 
<https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#benchmarking>

Lint Triggers: 
https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#lint-testing
 
<https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#lint-testing>

Thanks, 
Mishal Shah
> On Aug 28, 2016, at 4:33 PM, Mishal Shah <mishal_s...@apple.com> wrote:
> 
> Hi Michael, 
> 
> jtbandes updated the doc for clean build, I will add this information soon as 
> I get access to my computer. 
> 
> 
> Thanks,
> Mishal Shah
> Sent from my iPhone
> 
> On Aug 28, 2016, at 2:04 PM, Michael Gottesman <mgottes...@apple.com 
> <mailto:mgottes...@apple.com>> wrote:
> 
>> 
>>> On Aug 26, 2016, at 9:50 PM, Ted Kremenek via swift-dev 
>>> <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
>>> 
>>> Awesome!  Thanks Mishal!
>>> 
>>> Do we have a persistent place where we are documenting these options?
>> 
>> I created a file in docs called ContinuousIntegration.md. That is where 
>> these should be documented (I think jtbandes updated it for this change, but 
>> my memory might be incorrect).
>> 
>> Keep in mind it is not complete (it could be filled out further).
>> 
>> Michael
>> 
>>> 
>>>> On Aug 25, 2016, at 1:46 PM, mishal_shah via swift-dev 
>>>> <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
>>>> 
>>>> With new changes to the pull request jobs, if you trigger full test suite 
>>>> it will also update the smoke test checks. 
>>>> TriggerCheck Status 
>>>> @swift-ci Please test  Swift Test Linux Platform (smoke test) 
>>>> Swift Test OS X Platform (smoke test)
>>>> Swift Test Linux Platform 
>>>> Swift Test OS X Platform
>>>> @swift-ci Please test and mergeSwift Test Linux Platform (smoke test) 
>>>> Swift Test OS X Platform (smoke test)
>>>> Swift Test Linux Platform 
>>>> Swift Test OS X Platform
>>>> @swift-ci Please test OS X Swift Test OS X Platform (smoke test)
>>>> Swift Test OS X Platform
>>>> @swift-ci Please test LinuxSwift Test Linux Platform (smoke test) 
>>>> Swift Test Linux Platform 
>>>> @swift-ci Please smoke testSwift Test Linux Platform (smoke test) 
>>>> Swift Test OS X Platform (smoke test)
>>>> @swift-ci Please smoke test and merge  Swift Test Linux Platform 
>>>> (smoke test) 
>>>> Swift Test OS X Platform (smoke test)
>>>> 
>>>> Note: This is only for https://github.com/apple/swift 
>>>> <https://github.com/apple/swift> repository.
>>>> 
>>>> Thanks, 
>>>> Mishal Shah
>>>> ___
>>>> swift-dev mailing list
>>>> swift-dev@swift.org <mailto:swift-dev@swift.org>
>>>> https://lists.swift.org/mailman/listinfo/swift-dev 
>>>> <https://lists.swift.org/mailman/listinfo/swift-dev>
>>> 
>>> ___
>>> swift-dev mailing list
>>> swift-dev@swift.org <mailto:swift-dev@swift.org>
>>> https://lists.swift.org/mailman/listinfo/swift-dev 
>>> <https://lists.swift.org/mailman/listinfo/swift-dev>
>> 

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


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

2016-08-26 Thread mishal_shah via swift-dev
Thanks!

> On Aug 26, 2016, at 3:19 PM, Philippe Hausler <phaus...@apple.com> wrote:
> 
> Since this test has been giving us problems I am just going to disable it.
> 
>> On Aug 26, 2016, at 11:59 AM, mishal_shah via swift-dev <swift-dev@swift.org 
>> <mailto:swift-dev@swift.org>> wrote:
>> 
>> Time out in Foundation test.
>> Test Case 'TestURLSession.test_downloadTaskWithURL' started at 16:20:09.237
>> 
>>> On Aug 26, 2016, at 10:05 AM, no-re...@swift.org 
>>> <mailto:no-re...@swift.org> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7176]
>>> 
>>> Build URL:  
>>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7176/ 
>>> <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7176/>
>>> Project:oss-swift-incremental-RA-linux-ubuntu-14_04
>>> Date of build:  Fri, 26 Aug 2016 09:03:23 -0700
>>> Build duration: 1 hr 1 min
>>> Identified problems:
>>> 
>>> Timeout: This build was marked as FAIL because it timed out.
>>> Indication 1 
>>> <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-14_04/7176/consoleFull#89513194756633f0f-8823-4f82-9a4a-0c0d97ce7760>
>>> Tests: 
>>> 
>>> Name: Swift(linux-x86_64)
>>> Failed: 0 test(s), Passed: 8275 test(s), Total: 8275 test(s)
>>> Name: Swift-Unit
>>> Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)
>>> 
>>> Changes
>>> 
>>> Commit cbbdaf49164550191bcd82539790c4fd3fa3d3f8 by itai:
>>> Rename NSOutputStream to OutputStream
>>> 
>>> edit: Foundation/NSStream.swift
>>> edit: TestFoundation/TestNSJSONSerialization.swift
>>> edit: Foundation/NSSwiftRuntime.swift
>>> edit: Foundation/NSURLSession/NSURLSessionDelegate.swift
>>> edit: Foundation/NSURLSession/NSURLSessionTask.swift
>>> edit: Foundation/NSURLSession/NSURLSession.swift
>>> edit: TestFoundation/TestNSStream.swift
>>> edit: Foundation/NSJSONSerialization.swift
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org <mailto:swift-dev@swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

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


[swift-dev] New Swift Snapshots Available!

2016-08-25 Thread mishal_shah via swift-dev
New Swift Snapshots Available!

Download new packages from https://swift.org/download/ 


Swift Development: (master) 

Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-25-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 

https://github.com/apple/swift-xcode-playground-support 

https://github.com/apple/swift-corelibs-libdispatch 


Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] Swift CI: Pull Request Check Status

2016-08-25 Thread mishal_shah via swift-dev
With new changes to the pull request jobs, if you trigger full test suite it 
will also update the smoke test checks. 
Trigger Check Status 
@swift-ci Please test   Swift Test Linux Platform (smoke test) 
Swift Test OS X Platform (smoke test)
Swift Test Linux Platform 
Swift Test OS X Platform
@swift-ci Please test and merge Swift Test Linux Platform (smoke test) 
Swift Test OS X Platform (smoke test)
Swift Test Linux Platform 
Swift Test OS X Platform
@swift-ci Please test OS X  Swift Test OS X Platform (smoke test)
Swift Test OS X Platform
@swift-ci Please test Linux Swift Test Linux Platform (smoke test) 
Swift Test Linux Platform 
@swift-ci Please smoke test Swift Test Linux Platform (smoke test) 
Swift Test OS X Platform (smoke test)
@swift-ci Please smoke test and merge   Swift Test Linux Platform (smoke test) 
Swift Test OS X Platform (smoke test)

Note: This is only for https://github.com/apple/swift 
 repository.

Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[swift-dev] New Swift Snapshots Available!

2016-08-24 Thread mishal_shah via swift-dev
New Swift Snapshots Available!

Download new packages from https://swift.org/download/ 


Swift Development: (master) 

Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-24-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 

https://github.com/apple/swift-xcode-playground-support 

https://github.com/apple/swift-corelibs-libdispatch 


Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift libdispatch Incremental RA - Ubuntu 14.04 (master) #159

2016-08-23 Thread mishal_shah via swift-dev
Next build passed. 

https://ci.swift.org/job/oss-swift-incremental-RA-libdispatch-linux-ubuntu-14_04/
 


> On Aug 23, 2016, at 5:04 PM, Tony Parker  wrote:
> 
> I think we need a clean build here to pick up the changes from this PR:
> 
> https://github.com/apple/swift/pull/4458 
> 
> 
> - Tony
> 
>> On Aug 23, 2016, at 4:01 PM, no-re...@swift.org  
>> wrote:
>> 
>> New issue found!
>> 
>> [FAILURE] oss-swift-incremental-RA-libdispatch-linux-ubuntu-14_04 [#159]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-incremental-RA-libdispatch-linux-ubuntu-14_04/159/
>>  
>> 
>> Project: oss-swift-incremental-RA-libdispatch-linux-ubuntu-14_04
>> Date of build:   Tue, 23 Aug 2016 15:30:36 -0700
>> Build duration:  30 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list 
>> of all errors in the build log:
>> Indication 1 
>> 
>> Changes
>> 
>> Commit 28dbdf9660ed5050199bda6e75142be4140204bd by blangmuir:
>> [codecomplete] Attempt to workaround ArchetypeBuilder crash in
>> 
>> edit: lib/AST/ArchetypeBuilder.cpp
>> 
>> Commit c26f465e9af0fd4de729d746355a25c4eb52f899 by anthony.parker:
>> Updating PR 299 (NSURLSession) to work with the latest Foundation (#426)
>> 
>> add: Foundation/NSURLSession/HTTPBodySource.swift
>> add: Foundation/NSURLSession/MultiHandle.swift
>> add: Foundation/NSURLSession/EasyHandle.swift
>> add: Foundation/NSURLSession/NSURLSessionDelegate.swift
>> add: Foundation/NSURLSession/NSURLSessionConfiguration.swift
>> add: CoreFoundation/URL.subproj/CFURLSessionInterface.c
>> add: Foundation/NSURLSession/Configuration.swift
>> add: TestFoundation/TestNSURLSession.swift
>> delete: Foundation/NSURLSession.swift
>> add: CoreFoundation/URL.subproj/CFURLSessionInterface.h
>> add: Foundation/NSURLSession/TransferState.swift
>> add: Foundation/NSURLSession/HTTPMessage.swift
>> edit: Foundation/NSData.swift
>> add: Foundation/NSURLSession/NSURLSession.swift
>> edit: build.py
>> add: Foundation/NSURLSession/libcurlHelpers.swift
>> edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
>> edit: TestFoundation/main.swift
>> add: Foundation/NSURLSession/TaskRegistry.swift
>> add: Foundation/NSURLSession/NSURLSessionTask.swift
>> 
>> Commit ad58f8cba0ddf2909ea8fe1b81cc8da9eef1ec60 by iferber:
>> Remove references to NSCocoaError (→ CocoaError)
>> 
>> edit: Foundation/NSURLSession/NSURLSessionTask.swift
> 

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


[swift-dev] New Swift Snapshots Available!

2016-08-23 Thread mishal_shah via swift-dev
New Swift Snapshots Available!

Download new packages from https://swift.org/download/ 


Swift Development: (master) 

Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-23-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 

https://github.com/apple/swift-xcode-playground-support 

https://github.com/apple/swift-corelibs-libdispatch 


Thanks, 
Mishal Shah
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #1930

2016-08-19 Thread mishal_shah via swift-dev
+ swift-lldb-dev group.  

> On Aug 18, 2016, at 9:47 PM, Daniel Dunbar  wrote:
> 
> Failing in lldb:
> Command invoked: 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/test/dotest.py
>  --executable 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb
>  --rerun-all-issues -C 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang
>  -s 2016-08-18-15_15_07 --results-port 41187 --inferior -p 
> TestStubReverseConnect.py 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test
>  --event-add-entries worker_index=14:int
> 
> Configuration: arch=x86_64 
> compiler=/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang
> --
> Collected 2 tests
> 
> ==
> ERROR: test_reverse_connect_works_llgs 
> (TestStubReverseConnect.TestStubReverseConnect)
> --
> Traceback (most recent call last):
>   File 
> "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/decorators.py",
>  line 121, in wrapper
> func(*args, **kwargs)
>   File 
> "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/decorators.py",
>  line 121, in wrapper
> func(*args, **kwargs)
>   File 
> "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py",
>  line 89, in test_reverse_connect_works_llgs
> self.reverse_connect_works()
>   File 
> "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py",
>  line 67, in reverse_connect_works
> (stub_socket, address) = self.listener_socket.accept()
>   File "/usr/lib/python2.7/socket.py", line 206, in accept
> sock, addr = self._sock.accept()
> timeout: timed out
> Config=x86_64-/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang-3.9
> --
> Ran 2 tests in 22.006s
> 
> RESULT: FAILED (0 passes, 0 failures, 1 errors, 1 skipped, 0 expected 
> failures, 0 unexpected successes)
> Session logs for test failures/errors/unexpected successes can be found in 
> directory '2016-08-18-15_15_07'
> 
>  <>[TestStubReverseConnect.py FAILED]
> Command invoked: /usr/bin/python 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/test/dotest.py
>  --executable 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb
>  --rerun-all-issues -C 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang
>  -s 2016-08-18-15_15_07 --results-port 41187 --inferior -p 
> TestStubReverseConnect.py 
> /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test
>  --event-add-entries worker_index=14:int
> 
>  - Daniel
> 
>> On Aug 18, 2016, at 9:18 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1930]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1930/ 
>> 
>> Project: oss-swift-package-linux-ubuntu-15_10
>> Date of build:   Thu, 18 Aug 2016 20:26:52 -0700
>> Build duration:  51 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 
>> 
>> Changes
>> 
>> Commit 2ebab526bfd7a5ce6ef460bebee0399fe669612d by xi_ge:
>> [FixCode] Apply coercion fixits on return statement and initialization
>> 
>> edit: test/FixCode/fixits-apply-objc.swift
>> edit: test/FixCode/fixits-apply-objc.swift.result
>> edit: lib/Sema/CSDiag.cpp
>> edit: test/FixCode/fixits-apply.swift.result
>> 
>> Commit 6447a2d16edcfbceab940d58a321b3ef70525f1a by daniel_dunbar:
>> [Basic] Update Thread shim to match changes on Linux side.
>> 
>> edit: Sources/Basic/Thread.swift
> 

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


Re: [swift-dev] CI outage for SDK and source updates tomorrow

2016-08-10 Thread mishal_shah via swift-dev
Hi Everyone,

Starting the Xcode update process on ci.swift.org, please do not trigger any PR 
testing. 

Thanks,
Mishal Shah
> On Aug 9, 2016, at 4:56 PM, Nicole Jacque via swift-dev  
> wrote:
> 
> Hello All-
> 
> Tomorrow we will be temporarily bringing down the CI, starting around 2 PM, 
> California time, in order to upgrade to the latest beta of Xcode 8 and the 
> associated SDKs.  We will also be locking master while we land some source 
> changes in support of the updated SDKs on both master and the 
> swift-3.0-preview-5-branch.We expect the upgrade process to take several 
> hours.  We’ll send out a message when the upgrade is complete.
> 
> As a reminder, once the upgrade is complete, if you are doing development on 
> a Mac, the minimum required Xcode to build Swift from source will be the 
> latest Xcode 8 beta.  The latest Xcode 8 beta can be downloaded at: 
> https://developer.apple.com/download/ 
> 
> Thanks!
> Nicole
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] [Swift CI] LLDB test failing

2016-08-10 Thread mishal_shah via swift-dev
Hi, 

Can someone please look into LLDB test failure? This is currently blocking 
development snapshot from being built. 

https://ci.swift.org/job/oss-lldb-incremental-osx/4496/console

=
Issue Details
=
FAIL: test_swift_expression_errors_dsym 
(lang/swift/expression/errors/TestExpressionErrors.py)
FAIL: test_swift_expression_errors_dwarf 
(lang/swift/expression/errors/TestExpressionErrors.py)
FAIL: test_swift_expression_errors_gmodules 
(lang/swift/expression/errors/TestExpressionErrors.py)
FAIL: test_with_dsym (lang/swift/variables/error_type/TestSwiftErrorType.py)
FAIL: test_with_dwarf (lang/swift/variables/error_type/TestSwiftErrorType.py)
FAIL: test_with_gmodules (lang/swift/variables/error_type/TestSwiftErrorType.py)

Changes which might have introduced this issue: 
https://ci.swift.org/job/oss-lldb-incremental-osx/4493/changes#detail
Summary
• [swiftc (45 vs. 5156)] Add crasher in (details)
• StdlibUnittest: change Minimal~Class types to actually be classes 
(details)
• stdlib: add tests for AnyHashable.base, and make test names uniform 
(details)
• stdlib: AnyHashable: add a fixme (details)
• stdlib: add (XFAIL'ed) tests for errors and NSErrors in AnyHashable 
(details)
• StdlibUnittest: add an `allowBrokenTransitivity` flag to (details)
• runtime: make _SwiftNativeNSError use the Hashable conformance, if 
(details)
• runtime: hide contents of SwiftValue.h from non-objc runtime build 
(details)
• runtime: make SwiftValue use the Hashable conformance, if available 
(details)
• stdlib: coding style and doc comment fixes (details)
• runtime: move two AnyHashable-related entrypoints to (details)
• stdlib: make AnyHashable(SwiftValue) unbox the value (details)
• [Sema][NFC] Use the name of the Decl instead of "None" (details)
• Add a changelog entry for SE-120 (details)
• Add a changelog entry for SE-124 (details)
• Add a changelog entry for SE-125 (details)
• [syntax-map] Fix array-of-object-literal syntax map, argument label 
(details)
• Add a changelog for SE-128 (details)

Thanks, 
Mishal Shah___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev