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

Mishal Shah mishal_shah at apple.com
Tue Aug 29 20:39:10 CDT 2017


Network issue. 

Thanks,
Mishal Shah

> On Aug 29, 2017, at 6:38 PM, Michael Ilseman <milseman at apple.com> wrote:
> 
> Bot issue?
> 
> 20:38:58 FATAL: command execution failed
> 20:38:58 java.io.EOFException
> 20:38:58 	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624)
> 20:38:58 	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3099)
> 20:38:58 	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:853)
> 20:38:58 	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:349)
> 20:38:58 	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
> 20:38:58 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
> 20:38:58 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:59)
> 20:38:58 Caused: java.io.IOException: Unexpected termination of the channel
> 20:38:58 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:73)
> 20:38:58 Caused: java.io.IOException: Backing channel 'macOS-01' is disconnected.
> 20:38:58 	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192)
> 20:38:58 	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
> 
> 
> 
>> On Aug 29, 2017, at 6:37 PM, no-reply at swift.org <mailto:no-reply at swift.org> wrote:
>> 
>> New issue found!
>> 
>> [FAILURE] oss-swift-package-osx [#157]
>> 
>> Build URL:	https://ci.swift.org/job/oss-swift-package-osx/157/ <https://ci.swift.org/job/oss-swift-package-osx/157/>
>> Project:	oss-swift-package-osx
>> Date of build:	Tue, 29 Aug 2017 20:01:44 -0500
>> Build duration:	37 min
>> 
>> Changes
>> 
>> Commit 10db94e31ee61e368b790f08398f817c17382a25 by mgottesman:
>> [silgen] When checking we check if a failable initializer that we
>> 
>> edit: test/SILGen/objc_thunks.swift
>> edit: lib/SILGen/SILGenExpr.cpp
>> 
>> Commit 9d5f28039ad7fdd9dd0b7afa8f7e78b54447fb1d by mgottesman:
>> [silgen] Update SILGen objc deallocators and enable ownership on
>> 
>> edit: test/SILGen/objc_dealloc.swift
>> edit: lib/SILGen/SILGenBuilder.h
>> edit: lib/SILGen/SILGenDestructor.cpp
>> edit: lib/SILGen/SILGenFunction.h
>> edit: lib/SILGen/SILGenBuilder.cpp
>> 
>> Commit 88f58015fb8843b82101ae093b8b0058fbbea570 by mgottesman:
>> [semantic-sil] Enable the ownership verifier on 8 more objc tests now
>> 
>> edit: test/SILGen/objc_bridged_generic_conformance.swift
>> edit: test/SILGen/objc_bridged_generic_nonnull.swift
>> edit: test/SILGen/objc_bridged_using_protocol_extension_impl.swift
>> edit: test/SILGen/objc_attr_NSManaged.swift
>> edit: test/SILGen/objc_blocks_bridging.swift
>> edit: test/SILGen/objc_attr_NSManaged_multi.swift
>> edit: test/SILGen/objc_bridging.swift
>> edit: test/SILGen/objc_bridged_results.swift
>> 
>> Commit f5a6ac96cb99693b1f82b4c2f1576770bff7c13d by github:
>> [test] Add a test for the tricky circularity in SR-5191. (#11685)
>> 
>> add: validation-test/Serialization/Inputs/SR5191-other.swift
>> add: validation-test/Serialization/SR5191.swift
>> 
>> Commit cf91ea073699a215ed52dc74d1e69049da6fa9f1 by vsk:
>> [llvm-cov] Allow specifying distinct architectures for each loaded
>> 
>> edit: include/llvm/ProfileData/Coverage/CoverageMapping.h
>> edit: test/tools/llvm-cov/universal-binary.c
>> edit: docs/CommandGuide/llvm-cov.rst
>> edit: lib/ProfileData/Coverage/CoverageMapping.cpp
>> edit: tools/llvm-cov/CodeCoverage.cpp
>> 
>> Commit 34063d42c018be634d3ebf6aad3b1263d0a4a9a1 by vsk:
>> [Coverage] Add an API to retrive all instantiations of a function (NFC)
>> 
>> edit: tools/llvm-cov/CoverageSummaryInfo.h
>> edit: tools/llvm-cov/CoverageSummaryInfo.cpp
>> edit: tools/llvm-cov/CodeCoverage.cpp
>> edit: include/llvm/ProfileData/Coverage/CoverageMapping.h
>> edit: lib/ProfileData/Coverage/CoverageMapping.cpp
>> edit: tools/llvm-cov/CoverageReport.cpp
>> edit: unittests/ProfileData/CoverageMappingTest.cpp
>> 
>> Commit 4046ede62fefd218ad369e64647bc55480fd0d27 by vsk:
>> Rely on autobrief, remove \briefs from a header. NFC.
>> 
>> edit: include/llvm/ProfileData/Coverage/CoverageMapping.h
>> 
>> Commit 0ad7f7df22734564337203c528c26dc40171b135 by vsk:
>> Move two functions to a nicer spot. NFC.
>> 
>> edit: include/llvm/ProfileData/Coverage/CoverageMapping.h
>> 
>> Commit 28d60c13d83dab23c3d1555e9c8b71392cb42e7c by vsk:
>> [ProfData] Detect if zlib is available
>> 
>> add: test/tools/llvm-profdata/nocompress.test
>> edit: lib/ProfileData/InstrProf.cpp
>> add: test/tools/llvm-profdata/Inputs/compressed.profraw
>> edit: include/llvm/ProfileData/InstrProf.h
>> 
>> Commit 3fda41eb712991b7f26a56a6cf45073c8eb9f65a by vsk:
>> Fix the bug when SampleProfileWriter writes out number of callsites.
>> 
>> edit: lib/ProfileData/SampleProfWriter.cpp
>> edit: test/tools/llvm-profdata/Inputs/sample-profile.proftext
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170829/f16284cb/attachment.html>


More information about the swift-dev mailing list