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

2016-10-14 Thread Daniel Dunbar via swift-dev
Cloned off:
   POSIX.popen() sometimes breaks the build

 - Daniel

> On Oct 14, 2016, at 5:25 PM, Doug Coleman via swift-dev  
> wrote:
> 
> > POSIX.popen() sometimes 
> breaks the build
> 
> Looks like it’s still broken?
> 
> Doug
> 
>> On Oct 14, 2016, at 5:17 PM, Doug Coleman > > wrote:
>> 
>> Flaky test code for popen()? I think we saw this before...
>> 
>> 
>> 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
>>> 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

___
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 Doug Coleman via swift-dev
 POSIX.popen() sometimes breaks the build

Looks like it’s still broken?

Doug

> On Oct 14, 2016, at 5:17 PM, Doug Coleman  wrote:
> 
> Flaky test code for popen()? I think we saw this before...
> 
> 
> 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
>> 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] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #11

2016-10-14 Thread Doug Coleman via swift-dev
Flaky test code for popen()? I think we saw this before...


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