swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#4421]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/4421/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Tue, 12 Jun 2018 15:44:23 -0500
Build duration:
32 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10608 test(s), Total: 10608 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 519 test(s), Total: 519 test(s)
Changes
-
Commit 52fd7cb2c937229dc290c270cf07785f3107b27a by dave:
[SIL] Perf: Cache basic block during SILSuccessor iteration
-
edit: include/swift/SIL/SILInstruction.h
-
edit: include/swift/SIL/SILSuccessor.h
-
edit: lib/SIL/SILSuccessor.cpp
-
Commit 10b1755ccc85d4a89c919c0ae1950385a5643123 by spestov:
Sema: Propagate noescape bit into closure passed to
-
edit: test/Constraints/without_actually_escaping.swift
-
edit: lib/Sema/CSApply.cpp
-
Commit 4de711edbe1b0ad0653f3658b4ade4899a57a10b by spestov:
SIL: Only serialize sil_globals if they're [serialized] or referenced
-
edit: lib/Serialization/SerializeSIL.cpp
-
add: test/SIL/Serialization/globals.sil
-
Commit a6ae2d77426ca543979425579f69ed929a4b1ba1 by github:
Hack: Force UIEdgeInsets.zero to always come from the SDK (#17122)
-
edit: lib/ClangImporter/ImporterImpl.h
-
edit: stdlib/public/SDK/UIKit/UIKit.swift
-
edit: lib/ClangImporter/ImportDecl.cpp
-
add: validation-test/Serialization/SR7879.swift
-
edit: lib/ClangImporter/ImportName.cpp
-
Commit 850b65fdfbee58f4cc90e10aff28a434a3cfef7d by millenomi:
Implement FileManager.urls(for:…), .url(for:…) and
-
edit: build.py
-
edit: TestFoundation/TestProcess.swift
-
edit: Foundation/NSPathUtilities.swift
-
edit: TestFoundation/TestFileManager.swift
-
edit: Foundation.xcodeproj/project.pbxproj
-
edit: lib/phases.py
-
add: Foundation/FileManager_XDG.swift
-
edit: TestFoundation/xdgTestHelper/main.swift
-
edit: Foundation/FileManager.swift
-
Commit a66193ffb863e545f8eb4fb35fa3f04776f110bb by millenomi:
Only enable testing requiring @testable import if it’s actually
-
edit: TestFoundation/TestFileManager.swift
-
edit: lib/script.py
-
edit: Foundation.xcodeproj/project.pbxproj
rudkx
(Mark Lacey)
2
Lily,
It looks like the fix for the @testable import issue didn’t actually resolve the problem, so I’m going to have to revert again to unblock PR testing.
TestFoundation/xdgTestHelper/main.swift:13:18: error: module 'Foundation' was not compiled for testing 16:17:14 @testable import Foundation
Mark