On Jan 24, 2017, at 2:13 PM, no-reply@swift.org wrote:
New issue found!
[FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#89]
Build URL: https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/89/
Project: oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
Date of build: Tue, 24 Jan 2017 13:25:03 -0800
Build duration: 48 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 <https://ci.swift.org//job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/89/consoleFull#828464470ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit 79400e3ab82e800d08a8c7518cd5c8d38d5dd5a0 by hughbellars:
Add pipe(1) to PlatformUtility
edit: lib/Commands/BuildSystemCommand.cpp
edit: lib/BuildSystem/LaneBasedExecutionQueue.cpp
edit: lib/Commands/NinjaBuildCommand.cpp
edit: include/llbuild/Basic/PlatformUtility.h
edit: lib/Basic/PlatformUtility.cpp
Commit 806b8f362b420e9a4ef520f88d12ba4a966bb810 by bbuegling:
Shorten sigkill timeout to 0.1s when testing
edit: tests/BuildSystem/Build/sigkill-escalation.llbuild
edit: lib/BuildSystem/LaneBasedExecutionQueue.cpp
Commit 42b6577aa914fd32428f79eccd65e1117e331ba4 by bcroom:
[XCTest] Reduce bridging overhead from the exception-catching trampoline
edit: stdlib/public/SDK/XCTest/XCTestCaseAdditions.mm
edit: stdlib/public/SDK/XCTest/XCTest.swift
edit: stdlib/public/SwiftShims/XCTestOverlayShims.h
Commit 4318d9d68895fe25388456f4485f115c6c0c2be1 by keitaitok:
[stdlib] Fix an error in max() method documentation
edit: stdlib/public/core/SequenceAlgorithms.swift.gyb
Commit 703382701ee334f2028df0508cd89bdb57ba1fc7 by kyrtzidis:
[index] Mark unit test methods if the class subclasses XCTestCase.
edit: test/SourceKit/Indexing/index_is_test_candidate.swift.response
edit: test/SourceKit/Indexing/index_is_test_candidate_objc.swift.response
edit: test/Index/kinds.swift
edit: test/SourceKit/Indexing/index_is_test_candidate_objc.swift
edit: test/SourceKit/Indexing/index_is_test_candidate.swift
edit: test/SourceKit/Indexing/index.swift.response
edit: lib/Index/Index.cpp
edit: test/SourceKit/Indexing/index.swift
Commit 2852512197223d89ddd0723d3e9de970affff9bf by gparker-github:
Simplify implementation of swift_unreachable (#6941)
edit: include/swift/Basic/Unreachable.h
Commit cfa1749836c83d93262eb03382181b227cec1d96 by kyrtzidis:
[index] Report @IB and @GKInspectable properties in the index info.
edit: lib/Index/IndexSymbol.cpp
edit: test/Index/kinds.swift
edit: lib/Index/Index.cpp
Commit c81c3ebcdd822c90b83b4e803a7704bb29628dcb by moiseev:
This fixes the build with resiliency
edit: stdlib/public/core/Integers.swift.gyb
Commit 862c1268a6ee2f02cfdf7fe1ccd8f59495c797d8 by mehdi.amini:
Split isUsingLTO() outside of embedBitcodeInObject() and
edit: lib/Driver/Driver.cpp
edit: lib/Driver/Tools.cpp
edit: include/clang/Driver/Driver.h
Commit f8d33ab0f8cace7c5805d4a1aa81820fd0d5d663 by mehdi.amini:
Forward -bitcode_process_mode to ld64 in marker-only mode
edit: lib/Driver/Tools.cpp
edit: test/Driver/embed-bitcode.c
Commit 8b557c386431104a55f0194bac8d8439c58b298c by mehdi.amini:
Fix test/Driver/embed-bitcode.c on non-Darwin host by setting the target
edit: test/Driver/embed-bitcode.c