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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2240/
Project:
oss-swift-package-osx
Date of build:
Fri, 21 Sep 2018 15:33:24 -0500
Build duration:
3 hr 23 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit 519595dbb91fc7d0b7a481d25855950c044c76b2 by compnerd:
    build: switch to CMake for XCTest

    • edit: utils/build-script-impl
  • Commit a54398efd16c39f5a217722a5556ce06ccbcfa57 by spestov:
    Remove stray file that got checked in

    • delete: foo.swift
  • Commit b20b7fb242aeba53ea76a44e6f72ab7b8371f48c by aschwaighofer:
    Third try at fixing test/IRGen/objc_subclass.swift

    • edit: test/IRGen/objc_subclass.swift
  • Commit c62f31f5dc78268bbf351e2e77a412e5cd33647d by mgottesman:
    Inject llvm::SmallBitVector into namespace swift;

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/SILOptimizer/Transforms/RedundantLoadElimination.cpp
    • edit: include/swift/Basic/LLVM.h
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/AST/Type.cpp
    • edit: include/swift/SILOptimizer/Utils/StackNesting.h
    • edit: include/swift/SILOptimizer/Utils/Generics.h
    • edit: lib/Sema/CSRanking.cpp
    • edit: lib/ClangImporter/ClangAdapter.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/ClangImporter/ClangAdapter.cpp
    • edit: lib/Sema/CalleeCandidateInfo.cpp
    • edit: include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/SILOptimizer/Transforms/DeadStoreElimination.cpp
    • edit: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
  • Commit af7d3015127c9192e7e951cb726311d8dcc51327 by mgottesman:
    [sil] Make ValueOwnershipKind(unsigned) explicit to prevent implicit

    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/SIL/SILValue.h
  • Commit 42b8f18634989257ee0ea11d233d6114279bcaed by milseman:
    [TLS] Add a uText to our TLS

    • edit: stdlib/public/core/ThreadLocalStorage.swift
  • Commit 5f461798b54660280612e51ecedc7f5600229ccb by jordan_rose:
    Link to docs referenced from Driver.md (#19420)

    • edit: docs/Driver.md
  • Commit ae6f5dd60460f340d98cf24c402c6489bb5a4f2b by github:
    [stdlib] Add consuming/owned annotations to Collection implementations

    • edit: stdlib/public/core/Reverse.swift
    • edit: stdlib/public/core/Map.swift
    • edit: stdlib/public/core/MigrationSupport.swift
    • edit: test/SILOptimizer/array_element_propagation.sil
    • edit: stdlib/public/core/Algorithm.swift
    • edit: stdlib/public/core/ArrayType.swift
    • edit: stdlib/public/core/Join.swift
    • edit: stdlib/public/core/ArrayBufferProtocol.swift
    • edit: stdlib/public/core/SequenceWrapper.swift
    • edit: test/IDE/reconstruct_type_from_mangled_name.swift
    • edit: stdlib/public/core/CollectionOfOne.swift
    • edit: stdlib/public/core/ExistentialCollection.swift.gyb
    • edit: stdlib/public/core/Zip.swift
    • edit: stdlib/public/core/BidirectionalCollection.swift
    • edit: test/IDE/print_type_interface.swift
    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/ArrayShared.swift
    • edit: test/SILOptimizer/array_contentof_opt.swift
    • edit: test/SourceKit/CursorInfo/cursor_stdlib.swift
    • edit: stdlib/public/core/Collection.swift
    • edit: stdlib/public/core/Flatten.swift
    • edit: test/SILOptimizer/access_marker_verify.swift
    • edit: test/Misc/misc_diagnostics.swift
    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/Range.swift
    • edit: stdlib/public/core/Set.swift
    • edit: stdlib/public/core/PrefixWhile.swift
    • edit: stdlib/public/core/Sequence.swift
    • edit: stdlib/public/core/ArrayBuffer.swift
    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: stdlib/public/core/Dictionary.swift
    • edit: stdlib/public/core/Filter.swift
    • edit: stdlib/public/core/RangeReplaceableCollection.swift
    • edit: stdlib/public/core/DropWhile.swift
    • edit: stdlib/public/core/CharacterUnicodeScalars.swift
    • edit: stdlib/public/core/Stride.swift
    • edit: stdlib/public/core/ArraySlice.swift
    • edit: stdlib/public/core/LazyCollection.swift
  • Commit fee6bb7bc0bafec80e38cf17663a33a22d0b26d8 by jfbastien:

    • edit: lib/Analysis/ValueTracking.cpp
    • edit: lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    • edit: include/llvm/Analysis/ValueTracking.h
    • edit: test/Transforms/MemCpyOpt/fca2memcpy.ll
    • edit: lib/Transforms/Scalar/MemCpyOptimizer.cpp
    • edit: test/Transforms/MemCpyOpt/memcpy-to-memset.ll
  • Commit c7ab6de7993b7f8ad5dd055f120a0db50ed00fc3 by jfbastien:
    NFC: deduplicate isRepeatedBytePattern from clang to LLVM's

    • edit: lib/CodeGen/CGDecl.cpp
  • Commit 87adb237a258645bda0198cf8660bc778b0e9c28 by klorentey:
    [Swift] Formatter update for upcoming Set/Dictionary storage overhaul

    • edit: source/Plugins/Language/Swift/SwiftHashedContainer.cpp
    • edit: source/Plugins/Language/Swift/SwiftDictionary.cpp
    • edit: source/Plugins/Language/Swift/SwiftHashedContainer.h
    • edit: source/Plugins/Language/Swift/SwiftSet.cpp
  • Commit e2e22bc0c984e20f366a4f89beef7f53c125efb8 by klorentey:
    [Swift] Update formatter tests

    • edit: lit/SwiftREPL/DictBridging.test
    • edit: lit/SwiftREPL/SetBridging.test
  • Commit 51003d034774f1f2e1c5c5f9c074db4128188fce by aprantl:
    Support building DWARF-only (no .dSYM) Swift testcases.

    • edit: packages/Python/lldbsuite/test/make/Makefile.rules
    • edit: packages/Python/lldbsuite/test/lang/swift/meta/TestSwiftMeta.py
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/meta/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/meta/hello.swift
    • edit: packages/Python/lldbsuite/test/plugins/swift.py
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/Makefile
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/TestSwiftStaticArchiveTwoSwiftmodules.py
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/remoteast_import/Makefile
  • Commit 96f52178b1b894154776540c171ef0d2d82caa32 by github:
    Revert "Only load dependent files for executables"

    • edit: source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    • edit: source/Target/Platform.cpp
    • edit: source/Target/Target.cpp
    • edit: include/lldb/Target/Target.h
    • edit: source/Plugins/Platform/Windows/PlatformWindows.cpp
    • edit: source/Core/DynamicLoader.cpp
    • delete: packages/Python/lldbsuite/test/functionalities/target_create_deps/Makefile
    • delete: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.cpp
    • edit: source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    • edit: source/Plugins/Process/elf-core/ProcessElfCore.cpp
    • delete: packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
    • delete: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.mk
    • edit: source/Target/Process.cpp
    • edit: source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    • edit: tools/lldb-test/lldb-test.cpp
    • edit: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    • edit: source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    • edit: include/lldb/Target/TargetList.h
    • edit: source/Commands/CommandObjectTarget.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp
    • delete: packages/Python/lldbsuite/test/functionalities/target_create_deps/main.cpp
    • edit: source/Commands/CommandObjectProcess.cpp
    • edit: source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    • edit: source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    • edit: source/Target/TargetList.cpp
    • edit: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    • edit: source/API/SBDebugger.cpp
    • edit: source/Plugins/Platform/Linux/PlatformLinux.cpp
    • edit: source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  • Commit 7b49578f1db29cc89da86de77c98009d676df260 by aprantl:
    Remove pointless divergences from llvm.org

    • edit: packages/Python/lldbsuite/test/make/Makefile.rules
  • Commit 00da63da9688531ad01e51f249bacdb9aa10ddfd by github:
    Revert "Revert "Only load dependent files for executables""

    • edit: source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    • edit: source/Target/TargetList.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.mk
    • edit: source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    • edit: source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    • edit: source/Target/Target.cpp
    • edit: source/Commands/CommandObjectTarget.cpp
    • edit: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    • edit: include/lldb/Target/Target.h
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/main.cpp
    • edit: source/API/SBDebugger.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp
    • edit: source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    • edit: source/Plugins/Platform/Linux/PlatformLinux.cpp
    • edit: source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    • edit: source/Commands/CommandObjectProcess.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    • edit: source/Plugins/Platform/Windows/PlatformWindows.cpp
    • edit: source/Core/DynamicLoader.cpp
    • edit: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/Makefile
    • edit: source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    • edit: source/Target/Process.cpp
    • edit: tools/lldb-test/lldb-test.cpp
    • edit: include/lldb/Target/TargetList.h
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
    • edit: source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    • edit: source/Target/Platform.cpp
    • edit: source/Plugins/Process/elf-core/ProcessElfCore.cpp