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

2017-05-23 Thread Pavel Yaskevich via swift-dev
I don't really know what is going on here but one of my PRs ( https://ci.swift.org/job/swift-PR-Linux-smoke-test/8102/console) keeps on failing with the same error regarding 1.2.3 != (1.2.3, 1.2.4). Ankit, git blame says that you were the last person to touch that code, could you please take a lo

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

2017-07-12 Thread Pavel Yaskevich via swift-dev
Log says: /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script-impl: line 262: 27497 Segmentation fault "$@" /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script: fatal error: command terminated wi

Re: [swift-dev] Debugging performance regressions?

2017-08-09 Thread Pavel Yaskevich via swift-dev
Hi David, What I usually do is - lldb with debug build, or debug build REPL with ":constraints debug on" which is going to print what type checker is doing and attach using lldb or Xcode. This example definitely belongs in the repo, I will add it right away. Best Regards, Pavel. On We

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

2017-09-26 Thread Pavel Yaskevich via swift-dev
Hi guys, This doesn’t seem to be caused by my changes - test failure is at runtime/./SwiftRuntimeTests/MetadataTest.getGenericMetadata Best Regards, Pavel. > On Sep 26, 2017, at 1:01 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#816] >

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

2017-09-26 Thread Pavel Yaskevich via swift-dev
Thanks for confirmation, Slava! > On Sep 26, 2017, at 3:09 PM, Slava Pestov via swift-dev > wrote: > > You’re right, because it’s due to my changes. This should fix it: > https://github.com/apple/swift/pull/12131 > > Slava > >> On Sep 26, 2017, at 1:13 PM,

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #389

2017-10-02 Thread Pavel Yaskevich via swift-dev
Sorry it might be my commit actually, I am AFK for a bit, will revert once I am back. Sent from my iPhone > On Oct 2, 2017, at 3:48 PM, Jordan Rose via swift-dev > wrote: > > Anton just reupdated AsyncNinja, but it looks we have a new problem there: > > /Users/buildnode/jenkins/workspace-pri

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #389

2017-10-02 Thread Pavel Yaskevich via swift-dev
Merged revert into master https://github.com/apple/swift/commit/9642ff0ba6018f5c236186627a3038627ea05a29 On Mon, Oct 2, 2017 at 4:36 PM, Pavel Yaskevich via swift-dev < swift-dev@swift.org> wrote: > Sorry it might be my commit actually, I am AFK for a bit, will revert once > I am ba

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #389

2017-10-02 Thread Pavel Yaskevich via swift-dev
Jordan, let's see if this helps because when I merged my original PR there were no failures and only one target of AsyncNinja has been disabled, but I noticed (just now) that all of them fail now which might actually not be my fault... On Mon, Oct 2, 2017 at 6:44 PM, Pavel Yaskevich via swif

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #389

2017-10-02 Thread Pavel Yaskevich via swift-dev
Looks like it wasn't me after all, source compatibility suite still fails in AsyncNinja even with my changes reverted - https://ci.swift.org/view/Source%20Compatibility/job/swift-master-source-compat-suite/391/ On Mon, Oct 2, 2017 at 6:58 PM, Pavel Yaskevich via swift-dev < swift-dev@s

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #389

2017-10-02 Thread Pavel Yaskevich via swift-dev
It looks like the change was introduced by https://github.com/AsyncNinja/AsyncNinja/commit/1cc002e705c3be7a24db93741ad8a2a6ff2d7c27 which got into the suite along with the fix for https://bugs.swift.org/browse/SR-5998 On Mon, Oct 2, 2017 at 10:11 PM, Pavel Yaskevich via swift-dev < swift-

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

2017-10-03 Thread Pavel Yaskevich via swift-dev
Looks like a flaky test to me, definitely not related to my changes... > On Oct 3, 2017, at 12:09 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#839] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/839/ >

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This is my changes - they require a clean build (because I changed TypeRef but didn’t change anything in swift-reflection-dump itself), is there any way to do that? > On Oct 17, 2017, at 11:51 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1113] > > B

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This needs a clean build too... > On Oct 17, 2017, at 11:55 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1078] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1078/ >

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
Thank you, Mishal! > On Oct 17, 2017, at 12:01 PM, Mishal Shah wrote: > > Workspace cleaned, next build will be clean build. > > Thanks, > Mishal Shah > >> On Oct 17, 2017, at 11:56 AM, Pavel Yaskevich > > wrote: >> >> This needs a clean build too... >> >>> On O

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This one failed one of the Foundation tests - TestFoundation/TestNSNumberBridging.swift > On Oct 17, 2017, at 1:41 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#509] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/509/ > <

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This one is a segfault of the build-script :( > On Oct 17, 2017, at 1:44 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#517] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/517/ >

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

2017-11-06 Thread Pavel Yaskevich via swift-dev
Same as with Ubuntu 16.10 - Greg, please take a look. > On Nov 6, 2017, at 4:06 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1439] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1439/ >

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Hi Nate, The failure is: AutolinkExtract/import_archive.swift would it be related to your changes? Best Regards, Pavel. > On Nov 6, 2017, at 9:28 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-package-linux-ubuntu-14_04 [#111] > > Build URL: > https://ci.swift.org/job/oss-sw

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Build failed with following error: :0: error: module map file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-libdispatch/dispatch/module.modulemap' not found :0: error: module map file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-lin

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
I don’t think this is related to your changes, Doug: env LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/Foundation:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
> On Nov 7, 2017, at 2:47 PM, Douglas Gregor wrote: > > > >> On Nov 7, 2017, at 2:45 PM, Pavel Yaskevich > > wrote: >> >> I don’t think this is related to your changes, Doug: >> >> env >> LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/jenkins/workspace/oss-s

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
> On Nov 7, 2017, at 2:50 PM, Douglas Gregor wrote: > > > >> On Nov 7, 2017, at 2:48 PM, Pavel Yaskevich > > wrote: >> >> >> >>> On Nov 7, 2017, at 2:47 PM, Douglas Gregor >> > wrote: >>> >>> >>> On Nov 7, 2017, at 2:45 PM, Pav

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Looks like this is just one off flaky dispatch test failure, I’ll restart the build. > On Nov 7, 2017, at 5:49 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1464] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_0

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #671

2017-11-07 Thread Pavel Yaskevich via swift-dev
Looks like a hardware/OS problem: java.nio.file.FileSystemException: /jenkinshome/jenkins/jobs/swift-master-source-compat-suite/builds/671/archive/swift-source-compat-suite/PASS_BuildSwiftPackage_Serpent.log: Input/output error at sun.nio.fs.UnixException.translateToIOException(UnixException

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
I think it's something related only to this bot because it happens now and then on it but not on others so far. On Wed, Nov 8, 2017 at 10:18 AM, Adam Nemet via swift-dev < swift-dev@swift.org> wrote: > Looks like #1375 failed with the same reason. Is this a transient > failure?: > > + env LD_LIB

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
It doesn’t look like it’s related to changes done by Ankit or Adrian, I’ve already seen this happen couple of times though... > On Nov 8, 2017, at 12:24 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1419] > > Build URL: > https://ci.swift.org/job/

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Here is what CI reports: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/swift-linux-x86_64/test-linux-x86_64/SourceKit/CursorInfo/Output/cursor_no_cancel.swift.script: line 4: 18773 Illegal instruction > On Nov 8, 2017, at 12:27 PM, Pavel Yaske

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
This is related to TestFoundation once again, we really need to do something about it... > On Nov 8, 2017, at 12:45 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1475] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
TestFoundation crash again, now on 16.10 bots too. > On Nov 8, 2017, at 12:55 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1420] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1420/ > <

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
FATAL: command execution failed java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3099) at java.io.ObjectInputStream.readStreamHeader(ObjectInputSt

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Same problem - TestFoundation segfault. > On Nov 8, 2017, at 2:31 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1382] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1382/ >

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
libdispatch problem: :0: error: cannot open file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-libdispatch/dispatch/module.modulemap': No such file or directory /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-cor

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Failure in the long test: rm: cannot remove ‘/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/buildbot_incremental/foundation-linux-x86_64’: No such file or directory /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/sw

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
+ Ross, looks like this failed the same way, let me know if you want me to force merge your PR. > On Nov 8, 2017, at 5:50 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#647] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/64

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Alright, let’s wait then. > On Nov 8, 2017, at 5:52 PM, Ross Bayer wrote: > > You're welcome to force-merge if you'd like. I was going to wait on the tests > to run, but I'm fine with just merging too. > > Sincerely, > Ross Bayer > rba...@apple.com > > > >> On Nov

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Same problem here waiting for Ross’s PR to pass tests. > On Nov 8, 2017, at 6:13 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#637] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/637/ >

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Tests are green, I’ve merged your PR. > On Nov 8, 2017, at 5:52 PM, Pavel Yaskevich wrote: > > Alright, let’s wait then. > >> On Nov 8, 2017, at 5:52 PM, Ross Bayer > > wrote: >> >> You're welcome to force-merge if you'd like. I was going to wait on the >> tests to ru

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Looks like libdispatch problem again, can anybody please take a look at it? :0: error: module map file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-libdispatch/dispatch/module.modulemap' not found <>:0: error: module map file '/home/buildnode/je

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
I’ve created couple of issues/radars about it and emailed people about TestFoundation problems as well as libdispatch, waiting for an answer. > On Nov 8, 2017, at 9:52 PM, Vedant Kumar wrote: > > Does anyone know what's up with > swift-corelibs-libdispatch/dispatch/module.modulemap? > > [2/25

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #646

2017-11-08 Thread Pavel Yaskevich via swift-dev
Thanks, Mishal! Looks like infra problem: 00:44:22 java.io.EOFException 00:44:22at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624) 00:44:22at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3099) 00:44:22at

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

2017-11-08 Thread Pavel Yaskevich via swift-dev
Same story here unrelated to Slava’s changes: :0: error: cannot open file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift-corelibs-libdispatch/private/module.modulemap': No such file or directory > On Nov 8, 2017, at 11:33 PM, no-re...@swift.org wrote: > >

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.1) #123

2017-11-08 Thread Pavel Yaskevich via swift-dev
Mishal it looks like one of the nodes ran out of space: fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't write to output file (No space left on device) > On Nov 8, 2017, at 11:47 PM, no-re...@swift.org wrote: > > [FAILURE] oss-

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Looks like this was a timeout running tests in TestFoundation - Build timed out (after 45 minutes). Marking the build as failed. > On Nov 8, 2017, at 10:23 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1387] > > Build URL: >

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Test Failure in SwiftPM: /Users/buildnode/jenkins/workspace/oss-swift-4.1-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:215: error: -[FunctionalTests.MiscellaneousTestCase testSecondBuildIsNullInModulemapGen] : XCTAssertTrue failed - > On Nov 9, 2017, at 3:02 PM, no

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
+ Ben, I’ve seen this test fail before periodically on Linux, looks like it might be a flaky test in the SourceKit, can you please take a look? > On Nov 9, 2017, at 3:26 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1397] > > Build URL: > https://

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.0) #583

2017-11-09 Thread Pavel Yaskevich via swift-dev
TEST 'Swift(iphonesimulator-x86_64) :: stdlib/ModelIO.swift' FAILED Script: -- rm -rf /Users/buildnode/jenkins/workspace/oss-swift-4.0-package-osx/build/buildbot_osx/swift-macosx-x86_64/validation-test-iphonesimulator-x86_64/stdlib/Output/ModelIO.swift.tm

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
/home/buildnode/jenkins/workspace/oss-swift-4.1-incremental-RA-linux-ubuntu-16_10/swift/lib/ClangImporter/ClangAdapter.cpp:288:13: error: enumeration value 'Float16' not handled in switch [-Werror,-Wswitch] switch (builtinTy->getKind()) { ^ 1 error generated. George, can you pleas

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Hi Ahmed, There is a problem in CodeGen: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp:50:47: error: expected class name class ClangDiagnosticHandler final : public DiagnosticHandler { Can you please take a l

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Sounds good, thanks! > On Nov 9, 2017, at 5:40 PM, George Karpenkov wrote: > > yeah i’ve replied to the previous email: revert was already committed, should > become green. > >> On Nov 9, 2017, at 5:37 PM, Pavel Yaskevich > > wrote: >> >> /home/buildnode/jenkins/w

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
This is broken because of the changes in the LLVM CodeGen. > On Nov 9, 2017, at 6:07 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#1495] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
> On Nov 9, 2017, at 6:02 PM, Ahmed Bougacha wrote: > > > > On Thu, Nov 9, 2017 at 5:51 PM, Ahmed Bougacha > wrote: > > On Thu, Nov 9, 2017 at 5:41 PM, Pavel Yaskevich > wrote: > Hi Ahmed, > >There is a problem in CodeGen:

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
This is caused by LLVM changes, should be resolved in next build when clang pull relevant pieces. > On Nov 9, 2017, at 6:23 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-ASAN-RA-osx [#576] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/576/ > <

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
I have created rdar://problem/35458963 to track this problem. > On Nov 9, 2017, at 6:10 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1447] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_1

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
I’ve created rdar://problem/35458963 to track this problem. > On Nov 9, 2017, at 6:09 PM, Pavel Yaskevich wrote: > > This is broken because of the changes in the LLVM CodeGen. > >> On Nov 9, 2017, at 6:07 PM, no-re...@swift.org >> wrote: >> >> New issue found! >>

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Created PR https://github.com/apple/swift/pull/12852 > On Nov 9, 2017, at 6:15 PM, Pavel Yaskevich wrote: > > > >> On Nov 9, 2017, at 6:02 PM, Ahmed Bougacha > > wrote: >> >> >> >> On Thu, Nov 9, 2017 at 5:51 PM, Ahmed Bougacha >

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

2017-11-09 Thread Pavel Yaskevich via swift-dev
Next build should be green, since this didn’t get my changes to fix LLVM update issues. > On Nov 9, 2017, at 10:24 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-package-linux-ubuntu-16_04 [#131] > > Build URL: > https://ci.swift.org/job/oss-swift-4.1-package-linux-ubuntu-16_04/1

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
Can you please take a look at the problem with ModelIO? > On Nov 10, 2017, at 12:50 AM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#654] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/654/ >

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
I’ve merged changes required to make it all compile again to 4.1 branch, everything is be back to stable soon. > On Nov 10, 2017, at 3:52 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-incremental-ASAN-RA-osx [#20] > > Build URL: > https://ci.swift.org/job/oss-swift-4.1-increment

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
> On Nov 10, 2017, at 12:05 PM, Michael Gottesman wrote: > > Was this addressed to me? I believe this is from the transition to the new > Xcode if you look at the history. Built #650 is when the failure started and > if I am correct, #649 was the job Mishal killed to start the Xcode update.

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
:0: error: cannot open file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift-corelibs-libdispatch/private/module.modulemap': No such file or directory Mishal, do you know anybody from libdispatch team we would contact to take a look at this recurring problem

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
ModuleIO is still failing. > On Nov 10, 2017, at 2:26 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1412] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1412/ >

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
Sorry stdlib/ModelIO.swift is failing. > On Nov 10, 2017, at 2:27 PM, Pavel Yaskevich wrote: > > ModuleIO is still failing. > >> On Nov 10, 2017, at 2:26 PM, no-re...@swift.org >> wrote: >> >> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1412] >> >> Bui

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
Same problem as with Linux build, going to create a radar about this. > On Nov 10, 2017, at 2:25 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-4.1-package-osx [#137] > > Build URL:https://ci.swift.org/job/oss-swift-4.1-package-osx/137/ >

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
That’s right Adrian, we keep having problems with libdispatch compilation. > On Nov 10, 2017, at 3:35 PM, Adrian Prantl wrote: > > It seems very unlikely that this was caused by my commit, but it is the only > one in the blamelist. > > -- adrian > >> On Nov 10, 2017, at 3:32 PM, no-re...@swif

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
This is a failure in one of the Foundation tests (seems like one off, lets see what is going to happen to the next build): TestFoundation/TestURLSession.swift:288: error: TestURLSession.test_taskTimeout : XCTAssertNil failed: "URLError(_nsError: The operation could not be completed)" - error =

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
Huon is working on resolving this, not all of the tests for conditional conformances were supposed to be run on 32-bit platforms. > On Nov 10, 2017, at 5:44 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#660] > > Build URL:https://ci.swift.org/job/

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
PR https://github.com/apple/swift/pull/12869 should resolve this problem. > On Nov 10, 2017, at 5:52 PM, Pavel Yaskevich wrote: > > Huon is working on resolving this, not all of the tests for conditional > conformances were supposed to be run on 32-b

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
stdlib/ModelIO.swift failure once again on iphonesimulator. > On Nov 10, 2017, at 11:31 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#662] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/662/ >

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

2017-11-12 Thread Pavel Yaskevich via swift-dev
Problem with the bot throw I/O error while compiling one of the projects. > On Nov 12, 2017, at 5:53 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-4.1-package-osx [#154] > > Build URL:https://ci.swift.org/job/oss-swift-4.1-package-osx/154/ >

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

2017-12-01 Thread Pavel Yaskevich via swift-dev
/Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/swift/include/swift/Syntax/RawSyntax.h:33:10: fatal error: 'swift/Syntax/SyntaxKind.h' file not found > On Dec 1, 2017, at 12:43 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-ASAN-RA-osx [#710] > > Build U

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

2018-01-12 Thread Pavel Yaskevich via swift-dev
It looks like one of the tests in foundation got stuck again, I’ve seen that happen multiple times already with random changes: Test Case 'TestNSLock.test_threadsAndLocks' started at 2018-01-12 22:10:05.848 <>Build timed out (after 45 minutes). Marking the build as failed. Build was aborted >