Re: [swift-dev] String comparison improvements

2018-01-17 Thread Michael Ilseman via swift-dev
> On Jan 17, 2018, at 2:36 PM, Itai Ferber wrote: > > Hi Lance (and Michael — I’ll keep the conversation in one thread), > > Sounds reasonable. My one concern is that behavior around implicitly bridged > strings is going to change, in a potentially problematic and "magic" way: > > let s1: St

Re: [swift-dev] String comparison improvements

2018-01-17 Thread Michael Ilseman via swift-dev
> On Jan 17, 2018, at 1:46 PM, Itai Ferber via swift-dev > wrote: > > Hi Lance, > > I read Michael’s emails but I don’t remember at the moment — what is the new > string comparison implementation going to be based on? > It is the lexicographical ordering of NFC-normalized UTF-16 code units.

Re: [swift-dev] State of String: ABI & Performance

2018-01-17 Thread Michael Ilseman via swift-dev
(Replying out-of-order) > Sadly, I don’t. I’m only an opinionated hobbyist in this domain, one who has > coded a lot of string processing over the years and understands at least some > of the tradeoffs. Wouldn’t it be amazing to be able to write a high performance lexer with all the awesomene

Re: [swift-dev] State of String: Ergonomics, and You!

2018-01-13 Thread Michael Ilseman via swift-dev
(I’m still working on a response on the ABI-side of this conversation, which deserves more time and thought) > On Jan 11, 2018, at 10:28 PM, Chris Lattner wrote: > > On Jan 10, 2018, at 11:55 AM, Michael Ilseman via swift-dev > mailto:swift-dev@swift.org>> wrote: >&

Re: [swift-dev] State of String: ABI & Performance

2018-01-11 Thread Michael Ilseman via swift-dev
> On Jan 11, 2018, at 4:20 PM, Ben Cohen wrote: > > > >> On Jan 11, 2018, at 12:32 PM, Michael Ilseman via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> For a more general solution, I think a `var numericValue: Int? { get }` on >>

Re: [swift-dev] State of String: ABI & Performance

2018-01-11 Thread Michael Ilseman via swift-dev
> On Jan 11, 2018, at 2:17 PM, Michael Ilseman via swift-dev > wrote: > > > >> On Jan 11, 2018, at 2:06 PM, Tony Allevato > <mailto:tony.allev...@gmail.com>> wrote: >> >> >> >> On Thu, Jan 11, 2018 at 12:32 PM Michael Ilseman vi

Re: [swift-dev] State of String: ABI & Performance

2018-01-11 Thread Michael Ilseman via swift-dev
> On Jan 11, 2018, at 2:06 PM, Tony Allevato wrote: > > > > On Thu, Jan 11, 2018 at 12:32 PM Michael Ilseman via swift-dev > mailto:swift-dev@swift.org>> wrote: > Hi Chris! > > +CC Michael Gottesman, as I veer into talking about ARC. > > > >

Re: [swift-dev] State of String: ABI, Performance, Ergonomics, and You!

2018-01-11 Thread Michael Ilseman via swift-dev
> On Jan 11, 2018, at 8:53 AM, Omar Charif via swift-dev > wrote: > > Hi Michael, > > I have been doing some research on fast string matching algorithm that I > developed recently and I spent some time testing and benchmarking the > algorithm and it seems fine so far. It is slightly similar

Re: [swift-dev] State of String: ABI & Performance

2018-01-11 Thread Michael Ilseman via swift-dev
Hi Chris! +CC Michael Gottesman, as I veer into talking about ARC. > On Jan 10, 2018, at 9:29 PM, Chris Lattner wrote: > > On Jan 10, 2018, at 11:55 AM, Michael Ilseman via swift-dev > mailto:swift-dev@swift.org>> wrote: >> (A gist-formatted version of this email c

[swift-dev] State of String: ABI, Performance, Ergonomics, and You!

2018-01-10 Thread Michael Ilseman via swift-dev
(A gist-formatted version of this email can be found at https://gist.github.com/milseman/bb39ef7f170641ae52c13600a512782f ) # State of String: ABI, Performance, Ergonomics, and You! Hello, I’ve been working on implementing, opti

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

2018-01-05 Thread Michael Ilseman via swift-dev
Err, wrong version of C++ somehow? /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/swift/include/swift/ABI/TrailingObjects.h:268:19: error: no member named 'is_final' in namespace 'std' static_assert(LLVM_IS_FINAL(BaseTy), "BaseTy must be final."); ^~~

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

2017-12-20 Thread Michael Ilseman via swift-dev
Clack, another one: FATAL: Unable to produce a script file java.io.IOException: No space left on device at java.io.UnixFileSystem.createFileExclusively(Native Method) “java.io.UnixFileSystem.createFileExclusively”: The law of exclusivity strikes again! :-) > On Dec 20, 2017, at 2:54 P

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

2017-12-20 Thread Michael Ilseman via swift-dev
Clack: FATAL: Unable to produce a script file java.io.IOException: No space left on device > On Dec 20, 2017, at 1:59 PM, Alex Lorenz wrote: > > This does not look related to my cherry-pick. > > Cheers, > Alex > >> On Dec 20, 2017, at 1:58 PM, swift...@swift.org

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

2017-12-20 Thread Michael Ilseman via swift-dev
Clack: fatal error: error in backend: IO failure on output stream: No space left on device > On Dec 20, 2017, at 1:12 PM, swift...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2084] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-u

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

2017-12-19 Thread Michael Ilseman via swift-dev
That’s the thing, there doesn’t look to be a relevant change. Subsequent builds passed. Is there any non-determinism or external causes of failure for these tests? > On Dec 19, 2017, at 5:15 PM, Tony Parker wrote: > > Last change in this area was 5 days ago: > > 820e3a88 : (5 days ago) Naoki

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

2017-12-19 Thread Michael Ilseman via swift-dev
swift-corelibs-dev, any clue why this suddenly started failing? TestFoundation/TestURLSession.swift:776: error: TestURLSession.test_simpleUploadWithDelegate : XCTAssertEqual failed: ("0") is not equal to ("16384") - > On Dec 19, 2017, at 4:02 PM, swift...@swift.org wrote: > > [FAILURE] oss-

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

2017-12-19 Thread Michael Ilseman via swift-dev
Doug, is this you? Looks like a lot of conditional conformance tests and you were touching that. > On Dec 19, 2017, at 3:30 PM, swift...@swift.org wrote: > > [FAILURE] oss-swift-4.1-incremental-RA-linux-ubuntu-16_04 [#546] > > Build URL: > https://ci.swift.org/job/oss-swift-4.1-incremental

Re: [swift-dev] Make offset index available for String

2017-12-18 Thread Michael Ilseman via swift-dev
An index that keeps a reference to the collection is an iterator, e.g. the IndexingIterator[1], which String already provides. [1] https://developer.apple.com/documentation/swift/indexingiterator > On Dec 18, 2017, at 12:53 AM, Cao, Jiannan wrote: > > Or we can copy the design of std::vector:

Re: [swift-dev] Make offset index available for String

2017-12-14 Thread Michael Ilseman via swift-dev
Yes, I was trying to highlight that they are different and should be treated different. This was because it seemed you were conflating the two in your argument. You claim that people expect it, and I’m pointing out that what people actually expect (assuming they’re coming from C or languages wit

Re: [swift-dev] Make offset index available for String

2017-12-14 Thread Michael Ilseman via swift-dev
> On Dec 14, 2017, at 4:49 PM, Cao, Jiannan via swift-dev > wrote: > > People used to the offset index system instead of the String.Index. Using > offset indices to name the elements, count the elements is normal and nature. > The offset system that you’re referring to is totally available

Re: [swift-dev] Bug for FIXME(sil-serialize-all) @_inlineable cleanup?

2017-12-05 Thread Michael Ilseman via swift-dev
CC Max, Ben > On Dec 5, 2017, at 2:03 PM, Greg Parker via swift-dev > wrote: > > Many stdlib functions were temporarily marked @_inlineable in the fallout of > killing sil-serialize-all. Where is the bug report tracking their resolution? > > The C runtime currently needs to export otherwise-

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

2017-09-01 Thread Michael Ilseman via swift-dev
+Daniel and Ankit. Any ideas what could cause this? Testing: 0 .. 10.. 20.. 30.. 40.. 50.. FAIL: llbuild-unit :: BuildSystem/./BuildSystemTests/BuildSystemTaskTests.doesNotProcessDependenciesAfterCancellation (93 of 160) <> TEST 'llbuild-unit :: BuildSystem/./BuildSystemTes

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

2017-08-31 Thread Michael Ilseman via swift-dev
+CC Michael G. > On Aug 31, 2017, at 1:45 PM, Michael Ilseman via swift-dev > wrote: > > None of the changes look relevant to this error, unfortunately. This looks > like it’s a @owned calling convention change. > > > /Users/buildnode/jenkins/workspace/oss-swif

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

2017-08-31 Thread Michael Ilseman via swift-dev
None of the changes look relevant to this error, unfortunately. This looks like it’s a @owned calling convention change. /Users/buildnode/jenkins/workspace/oss-swift-package-osx/swift/test/SILGen/objc_bridging.swift:139:22: error: expected string not found in input 15:23:59 // CHECK-ios-x86_64:

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

2017-08-31 Thread Michael Ilseman via swift-dev
Memory corruption. Slava, is it possible this is related to your commits? Otherwise, Ankit, are you familiar with what could cause this? *** Error in `/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-16_04/build/buildbot_linux/swiftpm-linux-x86_64/x86_64-unknown-linux/release/Swi

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

2017-08-30 Thread Michael Ilseman via swift-dev
This failed while running ‘TestURLSession.test_concurrentRequests’. hi, is this related to your changes? > On Aug 30, 2017, at 2:50 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#159] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubu

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

2017-08-30 Thread Michael Ilseman via swift-dev
This should be cleared up in the next run > On Aug 30, 2017, at 1:40 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#166] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/166/ > > Pro

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

2017-08-30 Thread Michael Ilseman via swift-dev
+Xi. Any idea what could of caused this kind of failure? /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/test/SourceKit/CursorInfo/cursor_no_cancel.swift:39:11: error: expected string not found in input // RANGE: source.lang.swift.range.singleexpression

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

2017-08-29 Thread Michael Ilseman via swift-dev
Bot issue? 20:38:58 FATAL: command execution failed 20:38:58 java.io.EOFException 20:38:58at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624) 20:38:58at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3099) 20:38:58

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

2017-08-29 Thread Michael Ilseman via swift-dev
This is still the issue with libresilient_struct.dylib. It complains about a missing code signature. Slava, do you know what might be wrong here? 19:29:30 dyld: Library not loaded: /Users/buildnode/jenkins/workspace/oss-swift-package-osx/build/buildbot_osx/swift-macosx-x86_64/test-iphonesimulat

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

2017-08-29 Thread Michael Ilseman via swift-dev
Asan is detecting a use after free. Michael G or Joe, is this likely either of you? SUMMARY: AddressSanitizer: heap-use-after-free (/Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/buildbot_incremental_asan/swift-macosx-x86_64/bin/swift:x86_64+0x101bc796c) in swift::eraseUse

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

2017-08-29 Thread Michael Ilseman via swift-dev
Any idea what could cause this? TEST 'Swift-Unit :: runtime/LongTests/./SwiftRuntimeLongTests/LongRefcountingTest.nonatomic_unowned_retain_overflow_DeathTest' FAILED Note: Google Test filter = LongRefcountingTest.nonatomic_unowned_retain_overflow_DeathT

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

2017-08-29 Thread Michael Ilseman via swift-dev
+Mishal for real this time ;-) > On Aug 29, 2017, at 10:40 AM, Michael Ilseman via swift-dev > wrote: > > Mishal, is this a bot issue? > > Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60FATAL: command execution failed > java.io.EOFException > at >

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

2017-08-29 Thread Michael Ilseman via swift-dev
Mishal, is this a bot issue? Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60FATAL: command execution failed java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputSt

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

2017-08-29 Thread Michael Ilseman via swift-dev
Slava, is this an issue with your changes, or is there an issue with signing on the bots? 08:26:08 Command Output (stderr): 08:26:08 -- 08:26:08 dyld: Library not loaded: /Users/buildnode/jenkins/workspace/oss-swift-package-osx/build/buildbot_osx/swift-macosx-x86_64/test-iphonesimulator-x86

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

2017-08-28 Thread Michael Ilseman via swift-dev
George, is this the same issue you were seeing? > On Aug 28, 2017, at 7:48 PM, Michael Ilseman wrote: > > More specifically, compiler-rt is either not being built or isn’t installed > where it should be. Xi, do you know anything about this test? > > TEST 'Swift(linux-x86_

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

2017-08-28 Thread Michael Ilseman via swift-dev
More specifically, compiler-rt is either not being built or isn’t installed where it should be. Xi, do you know anything about this test? TEST 'Swift(linux-x86_64) :: Fuzzing/fuzzer_test.swift' FAILED Script: -- /home/buildnode/jenkins/workspace/oss-swif

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

2017-08-28 Thread Michael Ilseman via swift-dev
A bunch of ASAN symbols are not being found. Was this a compilation error earlier in the stack, a dependency mismatch problem, or another case of the earlier machine/SDK issues? Undefined symbols for architecture x86_64: "___asan_after_dynamic_init", referenced from: __GLOBAL__sub_I_Fu

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

2017-08-28 Thread Michael Ilseman via swift-dev
Is this an SDK mismatch issue? /Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/swift/stdlib/public/SDK/Vision/Vision.swift:29:14: error: value of type 'VNFaceLandmarkRegion2D' has no member '__normalizedPoints' start: self.__normalizedPoints, count: Int(self.pointCoun

Re: [swift-dev] Reconsidering the global uniqueness of type metadata and protocol conformance instances

2017-07-28 Thread Michael Ilseman via swift-dev
> On Jul 28, 2017, at 2:20 PM, Joe Groff via swift-dev > wrote: > > The Swift runtime currently maintains globally unique pointer identities for > type metadata and protocol conformances. This makes checking type equivalence > a trivial pointer equality comparison, but most operations on gene

Re: [swift-dev] Quick pitch: Change Linux’s string comparison to match Darwin’s

2017-07-27 Thread Michael Ilseman via swift-dev
> swift kitura_404.691993 > 4.5314654.580086 > swift kitura_40_memcmp 4.349387 > 4.0150614.201105 > > - David. > --- > David Jones, Swift@IBM > > [1] https://github.

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

2017-07-26 Thread Michael Ilseman via swift-dev
Machine issues: FATAL: command execution failed java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2335)

Re: [swift-dev] Quick pitch: Change Linux’s string comparison to match Darwin’s

2017-07-25 Thread Michael Ilseman via swift-dev
ed code units) immediately after Swift 4.0. > On Jul 25, 2017, at 2:01 PM, Michael Ilseman via swift-dev > wrote: > > On Darwin, known-ASCII strings are sorted according to the lexicographical > ordering of their code units. All non-known-ASCII strings are otherwise > ordere

[swift-dev] Quick pitch: Change Linux’s string comparison to match Darwin’s

2017-07-25 Thread Michael Ilseman via swift-dev
On Darwin, known-ASCII strings are sorted according to the lexicographical ordering of their code units. All non-known-ASCII strings are otherwise ordered based on the UCA[1]. On Linux, however, even known-ASCII strings are ordered based on UCA. I propose to unify these by changing Linux’s strin

Re: [swift-dev] [Discuss] Remove SwiftExperimental

2017-07-19 Thread Michael Ilseman via swift-dev
CC Dave/Max. Is there any current value to this library? Is there anything in there that would be useful to migrate to another place like test/Prototypes? > On Jul 19, 2017, at 1:23 PM, Robert Widmann via swift-dev > wrote: > > Hello all, > > The SwiftExperimental >

Re: [swift-dev] Call for help: Linux (and others) build configurations, including static libraries, with ICU.

2017-05-29 Thread Michael Ilseman via swift-dev
Wow, please file the bug report. Thank you for trying it out, at least! > On May 29, 2017, at 5:16 PM, Davide Italiano wrote: > >> On Thu, May 25, 2017 at 5:33 PM, Michael Ilseman wrote: >> With https://github.com/apple/swift/pull/9684 the Swift standard library >> depends on ICU on Darwin in

Re: [swift-dev] Call for help: Linux (and others) build configurations, including static libraries, with ICU.

2017-05-25 Thread Michael Ilseman via swift-dev
If that’s the case, we’ll want to add in FreeBSD alongside Android for that. > On May 25, 2017, at 5:45 PM, Davide Italiano wrote: > > On Thu, May 25, 2017 at 5:41 PM, Michael Ilseman wrote: >> That would be awesome! Do you use the static stdlib configuration? >> >> I had to make assumptions

[swift-dev] Call for help: Linux (and others) build configurations, including static libraries, with ICU.

2017-05-25 Thread Michael Ilseman via swift-dev
With https://github.com/apple/swift/pull/9684 the Swift standard library depends on ICU on Darwin in addition to Linux, where it has always had that dependency. While our Linux bots have been happy with the changes, I’m not familiar with the build configurations involving the build-your-own-ICU

Re: [swift-dev] Call for help: Linux (and others) build configurations, including static libraries, with ICU.

2017-05-25 Thread Michael Ilseman via swift-dev
That would be awesome! Do you use the static stdlib configuration? I had to make assumptions about the type of pthread_key_t. If the type is wrong, there’s a nice static_assert with a message telling how to fix it. This came up yesterday for Android builds, and fixes are pretty straight forward:

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

2017-05-19 Thread Michael Ilseman via swift-dev
I just started a job to clean the workspaces. > On May 19, 2017, at 8:25 PM, Roman Levenstein wrote: > > Hi Joe, Hi Mishal, Hi Michael, > > Can you try a clean build here as well? It seems like it helped with > Ubuntu-16_10. > > Thanks, > Ro,am > > >> On May 19, 2017, at 8:17 PM, no-re..

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

2017-05-19 Thread Michael Ilseman via swift-dev
Probably the latter. CC swift-corelibs-dev. > On May 19, 2017, at 3:56 PM, Andrew Trick wrote: > > Either I’m not properly greping the build log, or libdispatch tests fail > nondeterministically. > -Andy > >> On May 19, 2017, at 3:54 PM, no-re...@swift.org >> wrot

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

2017-05-19 Thread Michael Ilseman via swift-dev
Ankit, any chance this is related? FAIL: llbuild-unit :: BuildSystem/BuildSystemTests/BuildSystemTaskTests.staleFileRemovalWithManyFiles (113 of 158) <> TEST 'llbuild-unit :: BuildSystem/BuildSystemTests/BuildSystemTaskTests.staleFileRemovalWithManyFiles' FAILED **

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

2017-05-19 Thread Michael Ilseman via swift-dev
Might be addressed by Roman’s revert. Roman, did that land? TEST 'Swift(linux-x86_64) :: stdlib/ManagedBuffer.swift' FAILED Script: -- rm -rf /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/tes

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

2017-05-19 Thread Michael Ilseman via swift-dev
Roman, TEST 'Swift(linux-x86_64) :: stdlib/ManagedBuffer.swift' FAILED [ RUN ] ManagedBuffer.ManagedBufferPointer stdout>>> check failed at /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/test/stdlib/ManagedBuffer.

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

2017-05-19 Thread Michael Ilseman via swift-dev
Mishal, could you either clean or show me how? > On May 19, 2017, at 7:52 AM, Roman Levenstein wrote: > > >> On May 19, 2017, at 7:48 AM, Michael Ilseman > > wrote: >> >> Roman, any chance this is related? >> >> 16_10/buildbot_incremental/foundation-linux-x86_64/Tes

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

2017-05-19 Thread Michael Ilseman via swift-dev
Roman, any chance this is related? 16_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _T0s27_allocateUninitializedArraySayxG_BptBwlFs5UInt8V_Tgq5 > On May 19, 2017, at 7:40 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linu

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

2017-05-18 Thread Michael Ilseman via swift-dev
5 UPASSes. Any clue what lead to this improvement? Luke, are these expected? UPasses: UPASS: https://bugs.swift.org/browse/SR-4854 , AsyncNinja, 3.1, AsyncNinja, generic/platform=macOS UPASS: https://bugs.swift.org/browse/SR-4854 , AsyncNinja, 3.1,

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

2017-05-17 Thread Michael Ilseman via swift-dev
Ok. If this occurs again, please update the threshold. > On May 17, 2017, at 12:03 PM, David P Grove wrote: > > swift-dev-boun...@swift.org wrote on 05/17/2017 02:04:23 PM: > > > > Failure in dispatch-starfish. This test looks timing-sensitive. > > Boris, is this unlikely to be related to you

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

2017-05-17 Thread Michael Ilseman via swift-dev
(sending to everyone and swift-corelibs-dev for real this time) Failure in dispatch-starfish. This test looks timing-sensitive. Boris, is this unlikely to be related to your changes? Does anyone familiar with dispatch have suggestions, such as increasing the latency threshold? [BEGIN] Latency

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

2017-05-17 Thread Michael Ilseman via swift-dev
CC swift-corelibs-dev. Failure in dispatch-starfish. This test looks timing-sensitive. Boris, is this unlikely to be related to your changes? [BEGIN] Latency Actual: 1553 Expected: <1000 [FAIL] Latency (dispatch_starfish.c:82) dispatch_starfish.c:82 lap: 9 count: 1000 del

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

2017-05-17 Thread Michael Ilseman via swift-dev
Thank you! > On May 17, 2017, at 10:42 AM, Daniel Dunbar wrote: > > We have some lingering non-determinism in this test, apparently: > > > BuildSystem/BuildSystemTests/BuildSystemTaskTests.cancelAllInQueue FAILED > > I'll take a look and/or disable until we get it sorted out. > > - Daniel

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

2017-05-17 Thread Michael Ilseman via swift-dev
Failure in lldbuild seems unrelated: FAIL: llbuild-unit :: BuildSystem/BuildSystemTests/BuildSystemTaskTests.cancelAllInQueue (73 of 157) <> TEST 'llbuild-unit :: BuildSystem/BuildSystemTests/BuildSystemTaskTests.cancelAllInQueue' FAILED *** Error in `

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

2017-05-17 Thread Michael Ilseman via swift-dev
Are these hosts of failures due to the bots getting upgraded? /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/swift/utils/build-script: fatal error: can't find CMake (please install CMake) > On May 16, 2017, at 10:37 PM, no-re...@swift.org wrote: > > [FAILURE] swift

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 16.04 (swift 3.1) #541

2017-05-17 Thread Michael Ilseman via swift-dev
A lot of failures and unexpected success here. These are all within LLDB. Pushkar / Mamatha, do you know if this could be related to your changes? > On May 17, 2017, at 8:08 AM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-3.1-package-linux-ubuntu-16_04 [#541] > > Bu

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

2017-05-16 Thread Michael Ilseman via swift-dev
(going out on a limb here) Pushkar, does this look familiar to you? It seems to be failing right when trying a URLSession test case. I’m otherwise not sure what could be the cause, as the blamelist doesn’t look related. Test Case 'TestURLSession.test_dataTaskWithURLRequest' started at 2017-05-17

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

2017-05-16 Thread Michael Ilseman via swift-dev
Jordan, are you currently tracking this? Script: -- rm -rf /Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/buildbot_incremental_asan/swift-macosx-x86_64/test-macosx-x86_64/APINotes/Output/versioned-objc.swift.tmp && mkdir -p /Users/buildnode/jenkins/workspace/oss-swift-incr

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

2017-05-16 Thread Michael Ilseman via swift-dev
isable all the tests again :-( > > Pushkar N Kulkarni, > IBM Runtimes > > Simplicity is prerequisite for reliability - Edsger W. Dijkstra > > > > -----swift-dev-boun...@swift.org <mailto:-swift-dev-boun...@swift.org> > wrote: - > To: Mishal Shah mailto:mis

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

2017-05-16 Thread Michael Ilseman via swift-dev
That looks unrelated to the change list. Is the bot having troubles, or is the test wrong? > On May 16, 2017, at 11:40 AM, Mishal Shah wrote: > > Hi, > > Test Case 'TestURLSession.test_downloadTaskWithURLAndHandler' started at > 2017-05-16 18:33:15.770 > <>TestFoundation/TestNSURLSession.swi

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

2017-04-21 Thread Michael Ilseman via swift-dev
Did the machine get unplugged? FATAL: command execution failed java.io.IOException : Backing channel 'macOS-06' is disconnected. at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:191)

Re: [swift-dev] Renamed types (Swift 3/4 Mix-and-Match)

2017-04-21 Thread Michael Ilseman via swift-dev
That seems fair. Imported names are much more likely to experience name churn for prettier APIs, and I’d hate to burden the solution for library evolution with this frequent case. I was hoping it could fall out from whatever the general solution was for library evolution. > On Apr 21, 2017, at

Re: [swift-dev] Renamed types (Swift 3/4 Mix-and-Match)

2017-04-20 Thread Michael Ilseman via swift-dev
> On Apr 20, 2017, at 4:55 PM, Jordan Rose via swift-dev > wrote: > > TLDR: Should we just always import C/ObjC types under their Swift 4 names, > and use typealiases in Swift 3 mode? > > --- > > Hi, swift-dev. As my recent PRs have probably indicated, I've been working on > the problems th

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

2017-02-03 Thread Michael Ilseman via swift-dev
Is that a missing dependency in CMake then? > On Feb 3, 2017, at 10:40 AM, Douglas Gregor wrote: > >> >> On Feb 3, 2017, at 10:37 AM, Ankit Aggarwal > > wrote: >> >> >>> On 03-Feb-2017, at 11:55 PM, Douglas Gregor >> > wrote: >>> >>>

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

2017-02-03 Thread Michael Ilseman via swift-dev
Doug G, is this this same issue you’re working on, or a different one? > On Feb 3, 2017, at 5:52 AM, Ankit Aggarwal wrote: > > Hm there is a compiler crash is in SwiftPM's Basic module but that wasn't > touched by my commit. > > > Compile Swift Module 'Basic' (23 sources) > swift: > /home/b

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

2017-01-31 Thread Michael Ilseman via swift-dev
Same issue, for Doug: Compile Swift Module 'libc' (2 sources) Compile Swift Module 'swiftpm_xctest_helper' (1 sources) Compile Swift Module 'PackageDescription' (6 sources) Compile Swift Module 'POSIX' (15 sources) Linking /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-16_04/build

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

2017-01-31 Thread Michael Ilseman via swift-dev
Thanks, could you file a radar with the details? > On Jan 31, 2017, at 12:54 PM, Frédéric Riss wrote: > > >> On Jan 31, 2017, at 12:03 PM, Michael Ilseman > > wrote: >> >> Fred, do you know why this wasn’t caught by PR testing? > > This commit went to the clang sta

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

2017-01-31 Thread Michael Ilseman via swift-dev
Fred, do you know why this wasn’t caught by PR testing? > On Jan 31, 2017, at 11:16 AM, Michael Ilseman wrote: > > Thank you! > >> On Jan 31, 2017, at 11:15 AM, Frédéric Riss > > wrote: >> >> Yes, I already pushed a fix. Sorry about that. >> >> Fred >> >>> On Jan 31,

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

2017-01-31 Thread Michael Ilseman via swift-dev
Thank you! > On Jan 31, 2017, at 11:15 AM, Frédéric Riss wrote: > > Yes, I already pushed a fix. Sorry about that. > > Fred > >> On Jan 31, 2017, at 11:13 AM, Michael Ilseman > > wrote: >> >> Fred, probably you? >> >> CMake Error at tools/clang/tools/driver/CMakeL

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

2017-01-31 Thread Michael Ilseman via swift-dev
Fred, probably you? CMake Error at tools/clang/tools/driver/CMakeLists.txt:79 (set): Syntax error in cmake code at /Users/buildnode/jenkins/workspace/oss-lldb-swift-3.1-incremental-osx/llvm/tools/clang/tools/driver/CMakeLists.txt:79 when parsing string ${LLVM_VERSION_MAJOR}.${LLVM_

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

2017-01-31 Thread Michael Ilseman via swift-dev
Corruption inside an xctest test? # command stderr: *** Error in `/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift-corelibs-xctest/Tests/Functional/Asynchronous/Predicates/Expectations/Output/Asynchronous-Predicates': double free or corruption (fasttop): 0x7

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

2017-01-30 Thread Michael Ilseman via swift-dev
Joe, could this be due to your changes? Assertion failed: ((inContext->isEqual(repInContext) || inContext->hasError() || repInContext->hasError()) && "Potential archetype mapping differs from representative!"), function operator(), file /Users/buildnode/jenkins/workspace/oss-swift-incremental-R

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

2017-01-30 Thread Michael Ilseman via swift-dev
Over to Doug then > On Jan 30, 2017, at 2:17 PM, Slava Pestov wrote: > > Old compiler bug. > > Doug, it’s baack! > >> On Jan 30, 2017, at 1:26 PM, Michael Ilseman via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> Any recen

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

2017-01-30 Thread Michael Ilseman via swift-dev
Any recent changes to this code area, or new compiler bug? Compile Swift Module 'PackageGraph' (4 sources) Compile Swift Module 'Get' (9 sources) Link Get Valid decl has error type! (subscript_decl "subscript(_:)" interface type='(Base.Index) -> Base.Iterator.Element' access=public storage_kind=c

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

2016-09-30 Thread Michael Ilseman via swift-dev
LLDB failures [TestDataFormatterLibccIterator.py FAILED] Command invoked: /usr/bin/python /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/lldb-linux-x8

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

2016-08-09 Thread Michael Ilseman via swift-dev
Foundation/NSHTTPCookie.swift:262:36: error: 'init(localeIdentifier:)' has been renamed to 'init(identifier:)' > On Aug 9, 2016, at 2:54 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7227] > > Build URL: > https://ci.swift.

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

2016-07-29 Thread Michael Ilseman via swift-dev
As for internal benchmarks: https://stash.sd.apple.com/projects/DEVTOOLS/repos/swift/pull-requests/117/overview > On Jul 29, 2016, at 9:11 PM, Michael Ilseman via swift-dev > wrote: > > Infrastructure problem? > > test-results/x86_64-unknown-linux-gnu/lit-tests.xml'

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

2016-07-29 Thread Michael Ilseman via swift-dev
Infrastructure problem? test-results/x86_64-unknown-linux-gnu/lit-tests.xml' relative to '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test' for the testing framework 'JUnit'. Did you enter a pattern relative to the correct directory? Did you generate the

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

2016-07-29 Thread Michael Ilseman via swift-dev
This has been fixed as of 20minutes ago > On Jul 29, 2016, at 5:13 PM, Chris Lattner wrote: > >> oss-swift-incremental-RA-osx ___ 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 15.10 (master) #5934

2016-06-23 Thread Michael Ilseman via swift-dev
TestFoundation/TestNSString.swift:633: error: TestNSString.test_initializeWithFormat3 : XCTAssertEqual failed: ("en_GB value is 1000 (42.0)") is not equal to ("en_GB value is 1,000 (42.0)") - > On Jun 23, 2016, at 5:40 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-sw

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

2016-05-09 Thread Michael Ilseman via swift-dev
Expired password? WARNING: Your password has expired. Password change required but no TTY available. Build step 'Execute shell' marked build as failure > On May 9, 2016, at 6:28 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1259] > > Build URL: > https:

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 15.10 (master) #1059

2016-04-20 Thread Michael Ilseman via swift-dev
Unexpected Passing Tests (1): Swift :: 1_stdlib/ArrayTraps.swift.gyb I don’t think my changes could affect this test. > On Apr 20, 2016, at 1:51 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1059] > > Build URL:

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

2016-04-06 Thread Michael Ilseman via swift-dev
My bad, I will fix this > On Apr 6, 2016, at 1:03 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#3996] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/3996/ >

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

2016-03-29 Thread Michael Ilseman via swift-dev
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/test/Interpreter/Inputs/ImportAsMember/IAMVec.c:2:10: fatal error: 'math.h' file not found #include Err, is there something dramatically different about the builder than my system here? > On Mar 29, 2016, at 10:01 AM, no-re

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

2016-03-29 Thread Michael Ilseman via swift-dev
I pushed a fix. > On Mar 29, 2016, at 10:02 AM, Michael Ilseman via swift-dev > wrote: > > /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/test/Interpreter/Inputs/ImportAsMember/IAMVec.c:2:10: > fatal error: 'math.h' file not found >

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

2016-03-28 Thread Michael Ilseman via swift-dev
I reverted to unblock the build. But, I have no idea why this would fail the way it is. The error message "error: 'swift_name' attribute cannot be applied to this declaration” is from Clang and shouldn’t be reachable for structs/functions, which is what I have here. Is it possible that Clang is

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

2016-03-28 Thread Michael Ilseman via swift-dev
I’m looking into this > On Mar 28, 2016, at 5:39 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3030] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/3030/ > > Project: oss-sw