[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7707

[+swift-dev] Possibly. We've had trouble with settings being cached before.

Jordan

···

On Dec 21, 2016, at 17:06, Maxwell Swadling <maxs@apple.com> wrote:

Does CMake not work with the incremental build bots?..

On 21 Dec. 2016, at 4:58 pm, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-osx [#7707]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/
Project: oss-swift-incremental-RA-osx
Date of build: Wed, 21 Dec 2016 16:28:05 -0800
Build duration: 30 min
Identified problems:

LLVM Error: This build failed due to an LLVM error occurring.
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/7707/consoleFull#1867917644044a5158-586f-4dfc-a438-8b0e64c7c0ce&gt;
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-incremental-RA-osx/7707/consoleFull#2126112431ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/7707/consoleFull#-938031350fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift(macosx-x86_64)
Failed: 10 test(s), Passed: 8682 test(s), Total: 8692 test(s)
Failed: Swift(macosx-x86_64).DebugInfo.variables-repl.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/DebugInfo/variables_repl_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_13695499.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_13695499_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_17597453.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_17597453_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_autolinking.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_autolinking_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_conformance_lookup.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_conformance_lookup_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_diagnostics.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_diagnostics_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter.repl_hashbang.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter/repl_hashbang_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter/SDK.Cocoa_repl.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter_SDK/Cocoa_repl_swift&gt;
Failed: Swift(macosx-x86_64).Interpreter/SDK.missing_imports_repl.swift <https://ci.swift.org/job/oss-swift-incremental-RA-osx/7707/testReport/junit/Swift(macosx-x86_64)/Interpreter_SDK/missing_imports_repl_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 363 test(s), Total: 363 test(s)

Changes

Commit 6fb7c89151a4652740a05ab506e646a9fd0f9b7d by maxs:
removed CLANG_TOOL_DRIVER_BUILD from install toolchain only since it is

edit: utils/build-script-impl

Commit 28ff480658409fa57eb8814327d86586a6c7afb5 by maxs:
Added missing symbol from SDK

edit: lib/Basic/Unix/TaskQueue.inc

Commit 81ae0fd89db50ce4474638941c11e3a97f7204af by maxs:
Added HAVE_UNICODE_LIBEDIT instead of doing platform checks

edit: lib/Immediate/REPL.cpp
edit: include/swift/CMakeLists.txt
edit: include/swift/Config.h.in

Commit e03006d9b028cd93de2c5909cdc8269aa0350e08 by maxs:
Removed XPC dependency when unavailable

edit: tools/SourceKit/tools/sourcekitd/bin/CMakeLists.txt
edit: tools/SourceKit/tools/sourcekitd/lib/API/CMakeLists.txt

Commit 50b3dcb3707918c84eaac4ca2fb778e382c77567 by maxs:
Only disable CLANG_TOOL_DRIVER_BUILD when

edit: utils/build-script-impl