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

Report

[FAILURE] oss-lldb-incremental-osx [#5487]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-osx/5487/
Project:
oss-lldb-incremental-osx
Date of build:
Wed, 26 Apr 2017 22:40:15 -0700
Build duration:
1 hr 23 min

Changes

  • Commit 7e64abd48d95f98eff699f8c1daa1271bbbcdaf0 by Saleem Abdulrasool:
    SILOptimizer: IWYU CommandLine.h (NFC)

    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
  • Commit 9a40996253ef9dd622a215266486d62520508d62 by Max Moiseev:
    Introducing the Substring type

    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
  • Commit b1898ab768c67bc628ccd088e5c757ce5d1954be by Max Moiseev:
    Porting String APIs to Subtring and fixing some tests

    • edit: stdlib/public/core/GroupInfo.json
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
    • edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
    • edit: test/stdlib/NSStringAPI.swift
    • add: stdlib/public/core/Substring.swift.gyb
    • edit: stdlib/public/core/CMakeLists.txt
  • Commit f19b9db421b824f44765cc2415c4511ae249dfe9 by Max Moiseev:
    Reimplementing Substring using the RangeReplaceableBidirectionalSlice

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 161ef05de77844104582fb68010a981ea998b65c by Max Moiseev:
    Adding TextOutputStream and TextOutputStreamable conformances

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 2216a6360e2c54d72cd8c87cfcdc26cd0a9f3643 by Max Moiseev:
    CustomDebugStringConvertible and var characters

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 7e8f8681bf8e74a3a32ccb0c0e1a5d0a23bbebd7 by Max Moiseev:
    Unavailable String returning subscripts

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 79f4c9c80e7d26fbd57c25c685bd57a9658ac606 by Max Moiseev:
    Making one of Substring initializers public

    • edit: stdlib/public/core/Substring.swift.gyb
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
  • Commit 42703c9978d83625fc376754dd53cdfce974810a by Max Moiseev:
    Making compiler recognize Substring and allow _ObjectiveCBridgeable

    • edit: include/swift/AST/KnownStdlibTypes.def
    • edit: lib/AST/ASTContext.cpp
  • Commit 457b8fcdb2ba56b1fe2b12d3eb0f92f6bc18ae59 by Max Moiseev:
    Substring conforms to _ObjectiveCBridgeable

    • edit: stdlib/public/SDK/Foundation/String.swift
  • Commit 8e55b1dd8a9f29847b0df0a9547dfc774e7cdcc0 by Max Moiseev:
    Adding ExpressibleBy protocol conformances to Substring

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit f00381933bdf5b636e66a687f3ef9b11c473d023 by Andrew Trick:
    [Exclusivity] Fix PredictableMemOps to handle access markers.

    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • edit: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
  • Commit b872ae80c1bb1e207269d596ae6de0889e96ef2c by Andrew Trick:
    [Exclusivity] AccessMarkerEnforcementSelection support for unpaired

    • edit: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp
  • Commit 0f7013085263ddec8d7ebadd54d33b0c9a8ab8e8 by Andrew Trick:
    [Exclusivity] Eliminate unpaired access instructions before

    • edit: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp
  • Commit e1f502f6cd7425a1014581132ebb7a8ecdc56c71 by Max Moiseev:
    Swift 3 compatible String and Substring range subscripts

    • edit: test/stdlib/NSStringAPI.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
    • add: test/stdlib/SubstringCompatibility.swift
    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit a2d3914e028e17ef0b5cdae06661c2c4eeff2daf by Max Moiseev:
    Disambiguating expectEqual for String/Substring

    • edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
  • Commit 13da5f5c5f8968aeef8e250a68ad948d95ae408b by Max Moiseev:
    Removing warning in test

    • edit: test/stdlib/StringAPI.swift
  • Commit f741caf04ecfc090f0e2f7316695bc1f0dae623b by Max Moiseev:
    hasSuffix and hasPrefix are not available on Linux

    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 3b607436beac22604f01fdc5bae297aea35db295 by Max Moiseev:
    Making benchmarks compile

    • edit: benchmark/single-source/StringMatch.swift
  • Commit ee1afc8434bb18578c2b77c1a9cf17017df9071a by Huon Wilson:
    [TBDGen] SubscriptDecls don't get symbols.

    • edit: lib/TBDGen/TBDGen.cpp
  • Commit ee265748e1325d54f101a08cd3554d86f260d7e1 by Huon Wilson:
    [TBDGen] Default arguments in public functions have public symbols.

    • edit: lib/TBDGen/TBDGen.cpp
  • Commit a190b7d17159ea0b977b434d37431e348d065c6a by Huon Wilson:
    [TBDGen] @objc protocols don't have descriptors.

    • edit: lib/TBDGen/TBDGen.cpp
  • Commit 9a255607eec951a2386502d1a11727d84c37d953 by Huon Wilson:
    [IRGen] Visibility of deleted private method vtable stubs should match

    • edit: test/IRGen/zombies.swift
    • edit: lib/IRGen/GenDecl.cpp
  • Commit 697d1ff5078dad3efce944edaf05a37858d3e80a by Huon Wilson:
    [TBDGen] Global variables in main file don't have accessors.

    • edit: lib/TBDGen/TBDGen.cpp
  • Commit 66819b6113704d707ffc50050cad44295650aa75 by Mark Lacey:
    Add a targeted test for inout-to-pointer conversions in the context of

    • edit: test/Sema/diag_type_conversion.swift
  • Commit 087a1a956e12ff04f82269646af8e9d13f7a3596 by Andrew Trick:
    Fix SIL serialization for access markers.

    • edit: lib/Serialization/SILFormat.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
  • Commit e8b0947897b0f0a754128c93ac97f607a3335787 by Andrew Trick:
    [Exclusivity] Allow testing the -Onone pipeline with access markers.

    • edit: tools/sil-opt/SILOpt.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SILOptimizer/PassManager/Passes.cpp
    • edit: test/SILOptimizer/access_marker_mandatory.swift
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: include/swift/SILOptimizer/PassManager/PassPipeline.def
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: include/swift/SILOptimizer/PassManager/Passes.h
    • edit: test/SILOptimizer/access_marker_elim.sil
  • Commit 9a289310010196a97f248c1d226c947fc08ccf5d by Doug Coleman:
    overlays: Update dependencies and amend the script to add headers.

    • edit: stdlib/public/SDK/AVFoundation/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreImage/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreData/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreLocation/CMakeLists.txt
    • edit: stdlib/public/SDK/GLKit/CMakeLists.txt
    • edit: stdlib/public/SDK/CloudKit/CMakeLists.txt
    • edit: stdlib/public/SDK/Contacts/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreMedia/CMakeLists.txt
    • edit: stdlib/public/SDK/HomeKit/CMakeLists.txt
    • edit: stdlib/public/SDK/SpriteKit/CMakeLists.txt
    • edit: stdlib/public/SDK/WatchKit/CMakeLists.txt
    • edit: stdlib/public/SDK/SceneKit/CMakeLists.txt
    • edit: utils/find-overlay-dependencies.sh
    • edit: stdlib/public/SDK/MapKit/CMakeLists.txt
    • edit: stdlib/public/SDK/Intents/CMakeLists.txt
    • edit: stdlib/public/SDK/Foundation/CMakeLists.txt
    • edit: stdlib/public/SDK/QuartzCore/CMakeLists.txt
    • edit: stdlib/public/SDK/GameplayKit/CMakeLists.txt
    • edit: stdlib/public/SDK/AssetsLibrary/CMakeLists.txt
    • edit: stdlib/public/SDK/Photos/CMakeLists.txt
    • edit: stdlib/public/SDK/UIKit/CMakeLists.txt
    • edit: stdlib/public/SDK/os/CMakeLists.txt
  • Commit 60e4985d3cff978937da9c14bcff091eaf43fbe0 by David Farler:
    [Migrator] Set language version to 4 for the fix-it passes

    • edit: lib/Migrator/Migrator.cpp
  • Commit 6c27e7ef5b5048c87f366acb73e03d85f5afd8ea by Michael Gottesman:
    Remove all stdlib dependencies from the tbi test.

    • edit: test/Misc/tbi.swift
  • Commit ed0bae77bce81d01ad5f3570b6c6ef557d1b7ae5 by Andrew Trick:
    Accesss marker deserialization.

    • edit: lib/Serialization/DeserializeSIL.cpp
  • Commit 59e9a45b24c6c23e23b1798d3e432d837e2e9a30 by Tom Stellard:
    Merging r300404:

    • edit: lib/Target/X86/X86RegisterInfo.td
    • add: test/CodeGen/X86/inline-asm-A-constraint.ll
    • edit: lib/Target/X86/X86ISelLowering.cpp
  • Commit a406bce730683f21bc20c5d3a50d98ddeee97344 by Tom Stellard:
    Merging r300429:

    • edit: lib/Target/X86/X86RegisterInfo.td
    • edit: test/CodeGen/X86/x86-16.ll
    • edit: lib/Target/X86/X86ISelLowering.cpp
  • Commit 9d5771aefb4b3d61f64e6fb4a72ff51133a8aece by Tom Stellard:
    Merging r294786:

    • add: test/Transforms/InstCombine/memcpy-addrspace.ll
    • edit: lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    • edit: lib/Transforms/InstCombine/InstCombineInternal.h
  • Commit 7b1ecc9ffb809428f4168a53c0806194f380bffa by Hans Wennborg:
    Merging r292034: (PR32315)

    • edit: include/llvm/ADT/DenseSet.h
  • Commit 555e77c84b2712de80610d3e1c851b5a2f182372 by Tom Stellard:
    Merging r299574:

    • edit: docs/ClangFormatStyleOptions.rst
    • edit: include/clang/Format/Format.h
    • edit: lib/Format/Format.cpp
    • edit: unittests/Format/FormatTest.cpp
  • Commit 08c43a71e5c0247e5f49ec74df2c285fb86990f9 by Duncan P. N. Exon Smith:
    Darwin: Define STDC_NO_THREADS on Darwin targets

    • edit: test/Preprocessor/init.c
    • edit: lib/Basic/Targets.cpp
  • Commit 4f221f176db4e139ad0c50f295ce72ce54885b7a by Vedant Kumar:
    [Sema] Avoid using a null type pointer (fixes PR32750)

    • edit: lib/Sema/SemaDecl.cpp
    • edit: test/SemaCXX/MicrosoftExtensions.cpp