[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #796

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#796]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/796/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 03 Dec 2018 17:51:08 -0600
Build duration:
1 hr 30 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 48bb8330efaa659073f251d23e72d42198c1018b by dmbryson:
    [llbuildSwift] Expose error() delegate callback in Core bindings

    • edit: products/llbuildSwift/CoreBindings.swift
  • Commit 8262e790792f5fd44c622be322b03a8aa10be56d by dmbryson:
    [xcodeproj] Fix typo in product bundle identifers

    • edit: llbuild.xcodeproj/project.pbxproj
  • Commit d32fd283b083af5c6ba7aef81ff7ecc77c4e9f17 by klorentey:
    [stdlib] Refactor Dictionary.subscript._modify for better layering

    • edit: stdlib/public/core/Dictionary.swift
    • edit: stdlib/public/core/NativeDictionary.swift
    • edit: stdlib/public/core/DictionaryVariant.swift
  • Commit c4df82baa8e3b30f32c3d3c6066b167349706490 by rajbarik:
    ExistentialTransform fixes for swiftpm bugs and enable

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialSpecializer.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • add: test/SILOptimizer/existential_transform_extras.sil
    • edit: tools/sil-opt/SILOpt.cpp
  • Commit 1649188d86ae76e6ed42da647937039db9cc3ccc by spestov:
    IRGen: Use an invariant load to load metadata base offset

    • edit: test/IRGen/fixed_layout_class.swift
    • edit: lib/IRGen/MetadataLayout.cpp
    • edit: test/IRGen/class_resilience.swift
  • Commit 043912fd934c3608d28e879328985c95cf1d9ab1 by compnerd:
    remote-run: make tests partially pass on Windows

    • edit: test/remote-run/custom-options.test-sh
    • edit: test/remote-run/port.test-sh
    • edit: test/remote-run/env.test-sh
    • edit: utils/remote-run
    • edit: test/remote-run/identity.test-sh
    • edit: test/remote-run/dry-run-remote.test-sh
    • edit: test/remote-run/run-only.test-sh
    • edit: test/remote-run/dry-run.test-sh
    • edit: test/remote-run/lit.local.cfg
    • edit: test/remote-run/stderr.test-sh
    • edit: test/remote-run/exit-code.test-sh
  • Commit 94942c5b3bacdaf380b952e5c15c41db4d8a449e by github:
    [String] Fix corner case in comparison fast-path. (#20937)

    • edit: stdlib/public/core/StringComparison.swift
    • edit: validation-test/stdlib/String.swift
  • Commit 0ba51b0efff83643808ce05844610b1031aa9d22 by github:
    [test] Remove overlays with extra NS stripping from the mock SDK

    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/Foundation.swift
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/CoreGraphics.swift
    • edit: test/IDE/print_omit_needless_words.swift
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/simd.swift
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/ObjectiveC.swift
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/Security.swift
    • edit: test/IDE/print_omit_needless_words_appkit.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/Foundation.h
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/Darwin.swift
    • edit: test/IDE/Inputs/custom-modules/OmitNeedlessWords.h
    • delete: test/Inputs/clang-importer-sdk/swift-modules-without-ns/AppKit.swift
  • Commit f85e1fee22c7a7c1ddd1d5db669f8c9e44286f80 by david_smith:
    Generalize the JSON perf tests to Codable

    • delete: benchmark/single-source/JSON.swift
    • edit: benchmark/CMakeLists.txt
    • edit: benchmark/utils/main.swift
    • add: benchmark/single-source/Codable.swift
  • Commit b1dcf73b316b4d8a0c335e779e651e17b217dbf7 by github:
    Update Windows.md

    • edit: docs/WindowsBuild.md
  • Commit a5c38d099c0f376dbf215b99971a8c8e6f701ede by github:
    Revert "Remove apparently obsolete builtin functions (#20947)" (#20975)

    • edit: lib/SILOptimizer/Analysis/ValueTracking.cpp
    • edit: test/SILOptimizer/peephole_trunc_and_ext.sil
    • edit: test/SILOptimizer/sil_combine.sil
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: include/swift/SIL/PatternMatch.h
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • edit: lib/SIL/OperandOwnership.cpp
    • edit: include/swift/AST/Builtins.def
    • edit: lib/SIL/ValueOwnership.cpp
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
  • Commit a83d016e899f7960704ea355205abaad781ffbf9 by kyrtzidis:
    [Support/FileSystem] Add sub-second precision for atime/mtime of

    • edit: include/llvm/Support/FileSystem.h
    • edit: lib/Support/Unix/Path.inc
    • edit: cmake/config-ix.cmake
    • edit: include/llvm/Support/Chrono.h
    • edit: include/llvm/Config/config.h.cmake
  • Commit 8fce033f761b3a212be569c2a7cd096e5a83f91c by jonas:
    Add time cast to SymbolFileDWARFDebugMap

    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp