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

2017-03-29 Thread Arnold Schwaighofer via swift-dev
It was the executable under it. I reproduced this locally on rad by: $ (mistakenly) compiling an older commit $ git pull —rebase $ compiling again => failure occurred I was suspicious of incremental so: $ rm -rf build/buildbot_incremental/foundation-linux-x86_64/ $ build again => worked Runnin

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Max Moiseev via swift-dev
> On Mar 29, 2017, at 11:06 AM, Pavol Vaskovic wrote: > > Thanks Max! That was very enlightening. One more question… > > On 29 Mar 2017, at 19:57, Max Moiseev > wrote: > >> [...] >> cd swift >> git checkout master >> utils/update-checkout --scheme=master >> git check

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Pavol Vaskovic via swift-dev
Thanks Max! That was very enlightening. One more question… > On 29 Mar 2017, at 19:57, Max Moiseev wrote: > > [...] > cd swift > git checkout master > utils/update-checkout --scheme=master > git checkout -b my-new-branch > ... some work gets done … > git add . > git commit -m “Adding an absolute

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Max Moiseev via swift-dev
Hi Pavol, update-checkout, as far as I know, is only there to help you work with *all* the Swift repositories at the same time. This way you won’t have to separately go to every folder and invoke `git pull origin master`. The config file for update-checkout simply lists the ‘schemes’ which are

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Pavol Vaskovic via swift-dev
Hi Max! > On 28 Mar 2017, at 01:19, Max Moiseev wrote: > > This tutorial looks very detailed and should answer most of your questions: > https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github Thank you for that link! But I'd like to hear how does that general p

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

2017-03-29 Thread Jordan Rose via swift-dev
> Test Suite 'TestNSOrderedSet' started at 12:15:18.649 > Test Case 'TestNSOrderedSet.test_BasicConstruction' started at 12:15:18.649 > Test Case 'TestNSOrderedSet.test_BasicConstruction' passed (0.0 seconds) > Test Case 'TestNSOrderedSet.test_Enumeration' started at 12:15:18.649 > /home/buildnode/

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

2017-03-29 Thread Arnold Schwaighofer via swift-dev
https://bugs.swift.org/browse/SR-4419 I have disabled another swiftpm test in a follow-up commit. > On Mar 29, 2017, at 8:36 AM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-osx [#9104] > > Build URL:https://