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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/924/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Wed, 02 Jan 2019 12:01:40 -0600
Build duration:
1 hr 45 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 c764e8a2739f95634301f1b3fa48769221881470 by compnerd:
    build: differentiate better between host and target

    • edit: stdlib/public/core/CMakeLists.txt
  • Commit c67b80e7a539d3508ea1e7447a5f0ef07ec5ec78 by mgottesman:
    [predictable-mem-opts] Eliminate unused PMOUseKind.

    • edit: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.h
    • edit: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
  • Commit 7ecaeb1727db41b22ab2bf10723a43ed74317031 by compnerd:
    stdlib: implement _FDStreams in terms of HANDLES

    • edit: stdlib/private/SwiftPrivate/IO.swift
  • Commit f1043e4aa73e33eb16512267dca151a6d91990b6 by compnerd:
    build: correct case for STREQUAL (NFC)

    • edit: stdlib/public/core/CMakeLists.txt
  • Commit 74502176055d5656164e2b89f5da784ff084d34e by github:
    docs: add some notes on Windows source management

    • edit: docs/WindowsBuild.md
  • Commit bd05e2e5b7a773286a2b1716b6eb07fcdaa022b8 by compnerd:
    sil-opt: fix a use-after-move on Windows

    • edit: tools/sil-opt/SILOpt.cpp
  • Commit 58429e7d06e2ec1294cf5fae54059a7816f4184f by compnerd:
    Platform: add legacy compatibility macros to MSVCRT

    • edit: stdlib/public/Platform/msvcrt.swift
  • Commit 40da65a43fbb29a1a876fd5de902b7c464fce467 by compnerd:
    runtime: correct _stdlib_thread_key_create

    • edit: stdlib/public/stubs/ThreadLocalStorage.cpp
    • edit: stdlib/public/runtime/ThreadLocalStorage.h
  • Commit 576a246a6faed7d119b18dd570a4c89a0cd461c8 by compnerd:
    test: fix hardlink-or-copy

    • edit: test/lit.cfg
  • Commit cadc3a25523501c70d8859683b2ee869e210589b by compnerd:
    test: fix target-run-simple-swift

    • edit: test/lit.cfg
  • Commit 4b031883c75982fd9935ef762002b5ad0d1718e6 by compnerd:
    test: execute round-trip-test with the interpreter

    • edit: test/lit.cfg
  • Commit bd93229428c26327bc2e773107c2fc197f3ef7de by compnerd:
    SILOptimizer: fix a few instances of use-after-free

    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
  • Commit 2c0999f67fad433f1117cb75fb4cc50a420cfc92 by compnerd:
    test: port most SILOptimizer tests for Windows

    • edit: test/SILOptimizer/devirt_speculate.swift
    • edit: test/SILOptimizer/devirt_conditional_conformance.swift
    • edit: test/SILOptimizer/no-external-defs-onone.sil
    • edit: test/SILOptimizer/devirtualize.sil
    • edit: test/SILOptimizer/switch_enum_objc.swift
    • edit: test/SILOptimizer/stack-nesting-wrong-scope.swift
    • edit: test/SILOptimizer/definite_init_cross_module_swift4.swift
    • edit: test/SILOptimizer/dead_array_elim.sil
    • edit: test/SILOptimizer/specialize_no_definition.sil
    • edit: test/SILOptimizer/capturepromotion-wrong-lexicalscope.swift
    • edit: test/SILOptimizer/definite-init-wrongscope.swift
    • edit: test/SILOptimizer/diagnostic_constant_propagation_floats_x86.swift
    • edit: test/SILOptimizer/definite_init_cross_module.swift
    • edit: test/SILOptimizer/devirt_class_witness_method.sil
    • edit: test/SILOptimizer/specialize.sil
  • Commit 13888b9fdea02e8671d4f8eaccd9ad16085283a8 by compnerd:
    test: simplify %target-build-swift on Windows

    • edit: test/lit.cfg
  • Commit afd0b69a8ce5193698717f32f9f3a56dd2475893 by compnerd:
    test: get most of the multifile tests working on Windows

    • edit: test/multifile/protocol-conformance-member.swift
    • edit: test/multifile/synthesized-accessors/two-modules/main.swift
    • edit: test/multifile/extensions/two-modules/main.swift
    • edit: test/multifile/default-arguments/two-modules/main.swift
    • edit: test/multifile/multiconformanceimpls/main.swift
  • Commit 7b10ac40b1f337724b7f3b3ae27e620ab6f6965d by github:
    doc: update external Windows test dependencies

    • edit: docs/WindowsBuild.md
  • Commit 39621a51e70be480e4093d15af8d2a2acf673951 by compnerd:
    SwiftShims: break circular dependency in MSVCRT

    • edit: stdlib/public/SwiftShims/LibcOverlayShims.h
  • Commit 1d22ee886c01306447be15a82e96de539c1ce3f6 by compnerd:
    stubs: add workaround for Windows c++ runtime behaviour

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 896cc340fa6be0fd66931cf953e0a09f4499cdbe by compnerd:
    Basic: check for definition of _LIBCPP_VERSION (NFC)

    • edit: include/swift/Basic/type_traits.h
  • Commit 19a73ad135e757a9904b88984863e122f6867222 by compnerd:
    SwiftShims: always define TARGET_IS_SIMULATOR

    • edit: stdlib/public/SwiftShims/Target.h
  • Commit 509060c78add70898c4fa0cf20de7ac8eb47a61a by compnerd:
    build: convert paths to CMake paths before use

    • edit: utils/CMakeLists.txt
    • edit: cmake/modules/SwiftSharedCMakeConfig.cmake
    • edit: stdlib/public/SwiftShims/CMakeLists.txt
  • Commit d4ea98436bd2cac1d2cdcaccb6c0386c91da81fe by compnerd:
    test: port Serialization tests to Windows

    • edit: test/Serialization/autolinking-inlinable-inferred.swift
    • edit: test/Serialization/load-invalid-arch.swift
    • edit: test/Serialization/search-paths-relative.swift
    • edit: test/Serialization/target-incompatible.swift
    • edit: test/Serialization/Recovery/Inputs/custom-modules/IndirectImport.h
    • edit: test/Serialization/xref-nested-clang-type.swift
    • edit: test/Serialization/Recovery/Inputs/custom-modules/IndirectlyImported.h
    • edit: test/Serialization/class-determinism.swift
    • edit: test/Serialization/autolinking.swift
    • edit: test/Serialization/load-file-permissions.swift
  • Commit 9620bedf7a9384b5e5634e9ab410b2849e7d68be by mgottesman:
    [di] Rename: DIMemoryUseCollector{Ownership,}.{cpp,h}

    • add: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • delete: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.cpp
    • edit: lib/SILOptimizer/Mandatory/PMOMemoryUseCollector.cpp
    • add: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • delete: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h
  • Commit 5ead077f858f4b8792f6cfe10c740090939bae95 by compnerd:
    vim: detect prefix modifier

    • edit: utils/vim/syntax/swift.vim
  • Commit 45429ffa2419472829607fcc1cbbdd3e1f751714 by scanon:
    Add Zip2Sequence.underestimatedCount (#21530)

    • edit: stdlib/public/core/Zip.swift
  • Commit 2ced982be68c4bd09f2d5bc6ba2e95ad2057aec4 by ankit_aggarwal:
    [Pubgrub] Add and pass CLI option to Workspace

    • edit: Sources/Commands/Options.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/Workspace/Workspace.swift
  • Commit 01650329e9c5963499f8681e929c01a74eff79ac by ankit_aggarwal:
    [Pubgrub] Foundational implementation

    • edit: Sources/PackageModel/Manifest.swift
    • add: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Sources/Workspace/Workspace.swift
    • add: Sources/PackageGraph/Pubgrub.swift
  • Commit 86de99d63631e075c414e3e202646276fc9c2773 by compnerd:
    build: pass along more variables to the subonfigure

    • edit: CMakeLists.txt
    • edit: CoreFoundation/CMakeLists.txt