[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1094

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1094]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1094/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Wed, 24 Jan 2018 18:30:19 -0600
Build duration:
1 hr 24 min

Changes

  • Commit 9bc45e1d17400dac9eeadc3f47547ecb1bd07878 by cwakamo:
    [build-script] Removed the always-broken support for building

    • edit: utils/build-script-impl
  • Commit 806c01d0a9322599c5906ef4a7d2c7f9dd952752 by cwakamo:
    [build-script] Merged the PlaygroundLogger and PlaygroundSupport

    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build-script
    • edit: utils/build-script-impl
    • edit: utils/build-presets.ini
    • edit: utils/build_swift/tests/test_driver_arguments.py
    • edit: utils/build_swift/driver_arguments.py
  • Commit 3a0eaea24a842ecbb320e27f84c620ce2e117bcf by cwakamo:
    [build-script] Adjust how PlaygroundLogger and PlaygroundSupport are

    • edit: utils/build-script-impl
  • Commit 07534a6464601d4b756d1dec594e26a32bc637dd by pyaskevich:
    [Runtime] NFC: Create a .def file with all supported built-in types

    • add: include/swift/Runtime/BuiltinTypes.def
    • edit: stdlib/public/runtime/KnownMetadata.cpp
    • edit: include/swift/Runtime/Metadata.h
  • Commit eda032db215d1ec8bc6728ebc42059f0dec3d9c8 by pyaskevich:
    [Demangler] Add support for demangling of known Builtin types from

    • edit: stdlib/public/runtime/Demangle.cpp
  • Commit 86916cf4d8afac24d608f1410e28d8468a0b826b by pyaskevich:
    [Mangled name -> metadata] Add built-in types support

    • edit: test/Runtime/demangleToMetadata.swift
    • edit: stdlib/public/runtime/MetadataLookup.cpp
  • Commit 39bf3a2e85a571f349e15459577a545549a41fd7 by klorentey:
    [stdlib] Fix _UIntBuffer.removeFirst() to match

    • edit: stdlib/public/core/UIntBuffer.swift
  • Commit 70e39883a947f93236a01faf5bb1d370194a4326 by ghoare:
    [BatchMode] Add -batch-mode driver option.

    • edit: include/swift/Option/Options.td
  • Commit 87131d496ffc63cc661d95c7008baa51736fa632 by ghoare:
    [BatchMode] Hoist two args out of an inappropriate loop and switch-case.

    • edit: lib/Driver/ToolChains.cpp
  • Commit c4e58af0395ad68f21e54d441d3f4f31f7cb0758 by ghoare:
    [BatchMode] Add BatchModeCompile, multi-input form of StandardCompile.

    • edit: include/swift/Driver/Driver.h
    • edit: lib/Driver/Driver.cpp
    • edit: lib/Driver/ToolChains.cpp
  • Commit 18023832e98a66e3eaf3e919ab1e1bd4cfbd6f7b by ghoare:
    [BatchMode] Fix mis-chosen name in previous PR, NFC.

    • edit: include/swift/Driver/Driver.h
    • edit: lib/Driver/Driver.cpp
  • Commit 10c0abea5dade0814288ca2f8b69781be4249401 by ghoare:
    [BatchMode] Add BatchJob subclass of Job, for use with BatchModeCompile.

    • edit: include/swift/Driver/Job.h
    • edit: lib/Driver/Job.cpp
  • Commit d139ab29681d679337245f399dd8c76d620aa1aa by ghoare:
    [BatchMode] Expand lifetime of ToolChain, pass reference to it to

    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Driver/Driver.h
    • edit: lib/Driver/Compilation.cpp
    • edit: include/swift/Driver/Compilation.h
    • edit: lib/Driver/FrontendUtil.cpp
    • edit: tools/driver/driver.cpp
  • Commit e6afe829a1e4b56dbb4761e85dcb85c83250f250 by klorentey:
    [stdlib] Silence deprecation warnings about CharacterView in stdlib

    • edit: stdlib/public/core/StringCharacterView.swift
    • edit: stdlib/public/core/Substring.swift.gyb
  • Commit 737d568a72d3e95f11e0f269c8c747c0019e4373 by aschwaighofer:
    SIL: Fix zealous assert in verifier

    • edit: test/SILGen/protocols.swift
    • edit: lib/SIL/SILVerifier.cpp
  • Commit 52e6c1fe12c581b722be3cfd795e327a8042ac4b by github:
    [test] Fix Interpreter/class_resilience.swift to test the right thing

    • edit: test/Interpreter/class_resilience.swift
  • Commit f1bacb59a2475fe01f0ca5e7b43a14e25209e351 by vsk:
    [WIP] SwiftFormatters: Preliminary support for the new string ABI

    • edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
    • edit: source/Plugins/Language/Swift/SwiftFormatters.h
  • Commit 1b8055af688ec0d755db030ae2d18757c1e254f1 by si:
    NSArray: Implement pathsMatchingExtensions

    • edit: Foundation/NSArray.swift
    • edit: TestFoundation/TestNSArray.swift
  • Commit 329456b522ab25be61551fae301ab435a25caad4 by matt.rajca:
    Fix crashes when creating directories at single component relative paths

    • edit: Foundation/FileManager.swift
    • edit: TestFoundation/TestFileManager.swift