swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-5.0-package-linux-ubuntu-16_04 [#473]
Build URL:
https://ci.swift.org/job/oss-swift-5.0-package-linux-ubuntu-16_04/473/
Project:
oss-swift-5.0-package-linux-ubuntu-16_04
Date of build:
Fri, 29 Mar 2019 17:13:02 -0500
Build duration:
1 hr 7 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 11e435e5f32598bc3e3485cbccca4e4f998a87d2 by rjmccall:
Don't run a full verifier pass in coro-splitting's private pipeline.
-
edit: lib/Transforms/Coroutines/CoroSplit.cpp
-
Commit 046033fd63609696cd4a439211f3e1f28767d390 by aprantl:
Add -fmodule-map-file= to RemapClangImporterOptions whitelist
-
edit: source/Symbol/SwiftASTContext.cpp
-
Commit c021c543c24aeada79908795e0a2d687119e2b41 by albert.aleksieiev:
URLSessionTask: InputStream functionality and implement seekInputStream
-
edit: Foundation/URLSession/NativeProtocol.swift
-
edit: Foundation/URLSession/BodySource.swift
-
edit: Foundation/URLSession/URLSessionTask.swift
-
Commit ba7ca905094f0b0a7f1ae7fec5500c411d72819e by albert.aleksieiev:
URLSessionTask: InputStream tests
-
edit: TestFoundation/TestURLSession.swift
-
Commit 7731f5a2d394b48ecba4dfd2dc249f3747eda8d6 by albert.aleksieiev:
fix test compilation on Linux
-
edit: TestFoundation/TestURLSession.swift
-
Commit 9e392bab1050075c04a33a85481da74e4bdcd637 by albert.aleksieiev:
Use a new unified random API
-
edit: TestFoundation/TestURLSession.swift
-
Commit 0621848a97d6aaba1c9a7a1826b8f5ff5d8073e7 by albert.aleksieiev:
Use Internal echo server / parse HTTP Body from socket data (HTTP toy
-
edit: Foundation/URLSession/NativeProtocol.swift
-
edit: TestFoundation/HTTPServer.swift
-
edit: Foundation/URLSession/BodySource.swift
-
edit: TestFoundation/TestURLSession.swift
-
Commit b921a0e4dd1653a0cc109c78f7fd7fbf92c28ffb by albert.aleksieiev:
Codestyle: remove unnecessary spaces
-
edit: Foundation/URLSession/URLSessionTask.swift
-
Commit a5bd883aa3996d582d736a05cad6b0e28e83e065 by albert.aleksieiev:
fix deallocation - use DispatchData(bytesNoCopy with deallocator)
-
edit: Foundation/URLSession/BodySource.swift
-
Commit 4944f3010255d12a0bb6dedfa7e6d52bdb943f31 by albert.aleksieiev:
fix deallocation - use buffer.deallocate
-
edit: Foundation/URLSession/BodySource.swift
-
Commit d9668e70d8a72cbc4d87ad66d448c5e87d1d3fc2 by albert.aleksieiev:
Use new API for allocation memory with aligment
-
edit: Foundation/URLSession/BodySource.swift
-
Commit 772c403ee2c362595ee88c3e400fd01b828e2bbb by albert.aleksieiev:
use DispatchData(bytesNoCopy:deallocator:) with custom deallocator
-
edit: Foundation/URLSession/BodySource.swift
-
Commit ed97b5465bb49210026e5a2a450f10df486ff03c by albert.aleksieiev:
Implement seek InputStream
-
edit: Foundation/URLSession/NativeProtocol.swift
-
edit: Foundation/Stream.swift
-
edit: TestFoundation/TestStream.swift
-
Commit 103df0aec3e488e7b585196e97667d4e13f1f728 by albert.aleksieiev:
fix compilation of NativeProtocol seekInputStream func
-
edit: TestFoundation/TestStream.swift
-
edit: Foundation/URLSession/NativeProtocol.swift
-
Commit 0418fc36a39864b710f3040786a6769c79d2301e by albert.aleksieiev:
get rid of NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT
-
edit: TestFoundation/TestStream.swift
-
Commit 4d7c7a4901cb1034f6525c0ac036615a19f9f58f by albert.aleksieiev:
Wrap test into NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT / rename _Error ->
-
edit: Foundation/Stream.swift
-
edit: TestFoundation/TestStream.swift