[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1171

Report

[FAILURE] oss-swift-package-osx [#1171]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1171/
Project:
oss-swift-package-osx
Date of build:
Tue, 06 Feb 2018 22:26:30 -0600
Build duration:
52 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 f4a39476323ad68677846726e01bd651b1b4a620 by github:
    Remove _countLeadingZeros and _floorLog2

    • edit: stdlib/public/core/Misc.swift
  • Commit d7ab0aab20a3f72a667d1405a03feaa214de00c6 by github:
    Remove tests for obsolete miscellany

    • edit: test/stdlib/Runtime.swift.gyb
  • Commit c1f3176fe7b142b90dbdcd27921e5eace94593f3 by github:
    Remove sole use of _floorLog2

    • edit: stdlib/public/core/Sort.swift.gyb
  • Commit 69baceffb1c511137dee0e17282e8fb5ac4d3f63 by jgroff:
    Reword the "expression too complex" error not to blame the user.

    • edit: test/Misc/expression_too_complex_2.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Misc/expression_too_complex.swift
    • edit: test/Misc/expression_too_complex_4.swift
  • Commit 76e23368ad6459eea8500b6a0f380da565a01216 by xiaodi.wu:
    Consolidate integer-to-string implementations

    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/Integers.swift.gyb
  • Commit 063849d5207cec65df508328091c981f36bd6a3c by asbreckenridge:
    [docs][Windows] Build clang in Release mode instead of Debug

    • edit: docs/Windows.md
  • Commit b1f1e98a6303df3d2b89db7a32dc9b078c10f681 by github:
    [string] Clean up StringObject; Clarify its tagged BridgeObjects.

    • edit: stdlib/public/core/StringObject.swift
    • edit: stdlib/public/core/StringGuts.swift
  • Commit 871c9dac2a11bdf0a8ef167035399c95f47b060e by github:
    SwiftSyntax: Teach SwiftSyntax to use SourceKitd to serialize syntax

    • add: tools/SwiftSourceKitClient/SourceKitdUID.swift
    • edit: test/lit.cfg
    • add: tools/SwiftSourceKitClient/SourceKitdRequest.swift
    • add: tools/SwiftSourceKitClient/CMakeLists.txt
    • edit: test/SwiftSyntax/VisitorTest.swift
    • add: tools/SwiftSourceKitClient/SourceKitdResponse.swift
    • edit: tools/CMakeLists.txt
    • edit: tools/SwiftSyntax/SwiftSyntax.swift
    • edit: tools/SwiftSyntax/CMakeLists.txt
    • edit: cmake/modules/AddSwift.cmake
    • edit: test/SwiftSyntax/ParseFile.swift
    • add: tools/SwiftSourceKitClient/SourceKitdClient.swift
  • Commit 26d146db1971f13869f711dc8225ece363e0dd1f by jmolenda:
    Make use of physical footprint as memory measurement. Remove obsolete

    • edit: tools/debugserver/source/MacOSX/MachVMMemory.h
    • edit: tools/debugserver/source/MacOSX/MachVMMemory.cpp
    • edit: tools/debugserver/source/DNBDefs.h
    • edit: tools/debugserver/source/MacOSX/MachTask.mm
  • Commit 57733d71578af2443d49a38b025d9b068969591f by jingham:
    Fix the Hashed Container formatter for capacity->bucketCount

    • edit: packages/Python/lldbsuite/test/lang/swift/variables/set/TestSwiftStdlibSet.py
    • edit: packages/Python/lldbsuite/test/lang/swift/hashed_containers_enums/TestSwiftHashedContainerEnum.py
    • edit: packages/Python/lldbsuite/test/repl/dictionary/TestREPLDictionary.py
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/dictionary/TestSwiftStdlibDictionary.py
    • edit: source/Plugins/Language/Swift/SwiftHashedContainer.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/inout/TestInOutVariables.py
  • Commit 4558bf57282b1d98d67d1211c9a24a6514fa06e2 by ditaliano:
    [SwiftASTContext] Start pruning unused and presumably stale functions.

    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit ebab0014c0f6c2185a71fe43429479e37b53da3c by vsk:
    [DataFormatters] Support formatting 32-bit Swift String

    • edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
  • Commit 2235ed3367c9b20c4a610285cfbe3457560e8e63 by vsk:
    [DataFormatters] Delete dead String-as-NSString code

    • edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
  • Commit cebfc38d829c8c06788c355c64253fbb6856095f by jingham:
    Add swiftpr category to these newly passing tests.

    • edit: packages/Python/lldbsuite/test/lang/swift/hashed_containers_enums/TestSwiftHashedContainerEnum.py
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/inout/TestInOutVariables.py
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/dictionary/TestSwiftStdlibDictionary.py
    • edit: packages/Python/lldbsuite/test/repl/dictionary/TestREPLDictionary.py
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/set/TestSwiftStdlibSet.py