[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #1135

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#1135]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/1135/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 29 Jan 2019 14:44:24 -0600
Build duration:
54 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit e7a007f2314209782ce45472ff832959fef2f4d6 by david_smith:
    InvalidStrideable.swift accidentally didn't catch the thing it was meant

    • delete: validation-test/stdlib/InvalidStrideable.swift
  • Commit 1efade0b4759b953c64e78e71760dfbc8d37d2a0 by blangmuir:
    [cmake] Move install() after set_target_properties() to workaround crash

    • edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
  • Commit 2d5fbb9f181122fee6480143c36648067fb8d694 by blangmuir:
    Re-apply "Set a reasonable default for SWIFT_INSTALL_COMPONENTS"

    • edit: utils/build-script-impl
    • edit: cmake/modules/SwiftComponents.cmake
  • Commit b59e965017766660bd55b8e944e46328d72a78de by atrick:
    Fix getAccessedStorageFromAddress to handle AddressToPointer.

    • edit: lib/SIL/MemAccessUtils.cpp
    • edit: test/SILOptimizer/accessed_storage_analysis.sil
  • Commit 1f06cd7e6d313f25a9c58e88cfa28dfd87369570 by jordan_rose:
    Tweak diagnostic for a high-access member in a low-access extension

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/SILGen/accessibility_warnings.swift
    • edit: test/ClangImporter/objc_override.swift
    • edit: test/Compatibility/accessibility.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/Sema/accessibility.swift
  • Commit 3c740e4f2e2d441f970bb6ff13c0f04f665fd982 by jordan_rose:
    Don't fix access of an 'open' decl in a 'public' extension

    • edit: test/Compatibility/accessibility.swift
    • edit: test/SILGen/accessibility_warnings.swift
    • edit: test/Sema/accessibility.swift
    • edit: test/ClangImporter/objc_override.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/ClangImporter/Inputs/custom-modules/ObjCParseExtras.h
  • Commit 15056ed69504d5a3efac0bfdcbf99c7c24140d66 by jordan_rose:
    Remove mistaken early exit from access checking

    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/attr/accessibility.swift
  • Commit ff7b2fb720b7ffd38618bd29ddae2debd5f8a33e by compnerd:
    test: make incrParse tests pass on Win32

    • edit: utils/incrparse/test_util.py
  • Commit 41aedaa3ddfd2ec8c6127f1344809a1c7739cd55 by mgottesman:
    [loadable-by-addr] Use undef rather than a copy_value to transfer an

    • edit: lib/IRGen/LoadableByAddress.cpp
  • Commit f386dd0b6d72296ff5393268e5311775e7443713 by mgottesman:
    [ome] Run even on deserialized functions.

    • edit: lib/SILOptimizer/Transforms/OwnershipModelEliminator.cpp
    • edit: test/SILOptimizer/ownership_model_eliminator.sil
  • Commit 49f85071dcd65eb5217e5797874be66261a14617 by compnerd:
    ParseableInterface: improve test coverage on Windows

    • edit: test/ParseableInterface/linking-to-module.swift
    • edit: test/ParseableInterface/ModuleCache/module-cache-leaf-hash-change-rebuilds-all.swift
    • edit: test/ParseableInterface/synthesized.swift
  • Commit 37ff213bfe2efc468143f72b575765416650c86d by ankit_aggarwal:
    Revert "Implement fallback behaviour for version specific manifests

    • edit: Sources/PackageModel/Manifest.swift
    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
  • Commit e49bb019ad8e4e1d849acaf16ca8675f7547a599 by ankit_aggarwal:
    Improve support for version specific manifests

    • edit: Sources/TestSupport/TestWorkspace.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Sources/SourceControl/RepositoryManager.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • edit: Sources/PackageModel/Manifest.swift
  • Commit 76155b6a6d9cdfe65a636d5c792a1e8441789f94 by compnerd:
    Foundation: port NSHost to Windows

    • edit: Foundation/Host.swift