[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #6910

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#6910]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/6910/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Wed, 30 Jan 2019 17:09:13 -0600
Build duration:
1 hr 21 min

Changes

  • Commit 1941aaa0d6a73a57d7b62edad5f833f1942e962f by arphaman:
    Build and install 'clang' and 'clangd' in the macOS & linux toolchains

    • edit: utils/build-presets.ini
    • edit: utils/build-script-impl
  • Commit 7b2d43e53dbfdf9eb0aea0c8580d1cde38068390 by me:
    [SR-7076] Codable tests for ContiguousArray

    • edit: test/stdlib/CodableTests.swift
  • Commit fee5bc477d6d6e46b296717f898f512ca4c92683 by spestov:
    ASTDemangler: Make it work from lldb

    • edit: lib/AST/ASTDemangler.cpp
  • Commit dd51e9d4bbcafc2d0197323d06476daae903bfc4 by millenomi:
    [SDK] Fix thread safety of KVO swizzling

    • edit: stdlib/public/Darwin/Foundation/NSObject.swift
  • Commit 82e3171556bec14c2e31a2a9439893563a30ca22 by millenomi:
    [SDK] Fix potential race with NSKeyValueObservation

    • edit: stdlib/public/Darwin/Foundation/NSObject.swift
  • Commit e5ba2c83562dfec5762e548670c8eef741c7d17c by millenomi:
    [SDK] Fix NSSortDescriptor.keyPath

    • edit: stdlib/public/Darwin/Foundation/NSObject.swift
    • edit: stdlib/public/Darwin/Foundation/NSSortDescriptor.swift
  • Commit fafaa33f9bebefecb9d8e8e30c0c30c5aac96dc9 by millenomi:
    [SDK] Replace global KeyPath table with a per-thread table

    • edit: stdlib/public/Darwin/Foundation/NSObject.swift
  • Commit 5811a04e8f9e86c11edc247cd2c4026bb37a2f5d by millenomi:
    Add some tests for KeyPath issues

    • edit: test/stdlib/KVOKeyPaths.swift
  • Commit 4dd8bcc5486560f9df104009c7aa85da34db0d14 by millenomi:
    [SDK] Clean up the KVO swizzles slightly

    • edit: stdlib/public/Darwin/Foundation/NSObject.swift
  • Commit b864a7461fddd58e9a630442283c51d52ba0cf11 by millenomi:
    Rebase master; move this to use NSSet, not AnyObject.

    • edit: stdlib/public/Darwin/Foundation/NSSet.swift
  • Commit 1087adb9432932ab3ee9f13d2b82d436884b13da by millenomi:
    The error is right: these should be @objc.

    • edit: test/stdlib/KVOKeyPaths.swift
  • Commit 8aa804f25436cf19c81ce83709f9e7feb9abec35 by ankit_aggarwal:
    [PackageGraph] Improve handling of branch-based dependencies

    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/SourceControl/InMemoryGitRepository.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Tests/PackageGraphTests/DependencyResolverTests.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Sources/PackageGraph/PackageGraphRoot.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • edit: Sources/TestSupport/MockDependencyResolver.swift
    • edit: Sources/Workspace/CheckoutState.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Sources/TestSupport/TestWorkspace.swift
    • edit: Sources/PackageGraph/Pubgrub.swift
    • edit: Sources/Workspace/Workspace.swift