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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/22/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Thu, 15 Dec 2016 17:16:18 -0800
Build duration:
51 min

Changes

  • Commit e9613dccc7a2412ba0b4ee1c02d8f9aef199a876 by milseman:
    [Import Name] Finish weaning importName() off of options.

    • edit: lib/ClangImporter/ImportName.h
    • edit: lib/ClangImporter/ClangAdapter.h
    • edit: lib/ClangImporter/ClangAdapter.cpp
    • edit: lib/ClangImporter/ImportName.cpp
  • Commit 0a38b45b308c4270c877728904d8d9a0d2f51179 by milseman:
    [Clang Importer] Comment fix up

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit ec78d1707712947632418a52c5636c9bf2ffb6f3 by milseman:
    [Clang Importer] Rename some variables and methods

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 6af14c05d85864b0d4f9ff5160de6b42293069fe by maxs:
    After performIRGeneration but before performLLVM delete the

    • edit: include/swift/Subsystems.h
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/IRGen/IRGen.cpp
  • Commit 1e42a16247e4336edc0daa65623727eef675a5e0 by milseman:
    [Clang Importer] Plumb versions everywhere

    • edit: lib/ClangImporter/ClangAdapter.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/ClangImporter/ImportName.h
    • edit: lib/ClangImporter/ImportType.cpp
  • Commit be4bea917bac01d50d8649a69f3e36baad2bd9f4 by xedin:
    [QoI] Look through LValueness of the type when trying to coerce from/to

    • edit: lib/Sema/CSApply.cpp
    • add: validation-test/compiler_crashers_fixed/28575-unreachable-executed-at-swift-lib-sema-csapply-cpp-5647.swift
    • delete: validation-test/compiler_crashers/28575-unreachable-executed-at-swift-lib-sema-csapply-cpp-5647.swift
  • Commit 0ae85253672a488d6a4c5cee1551cb0740545e32 by github:
    [ClangImporter] Don't redundantly check for a swift_name attribute.

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 88d064523aadc6cd19d91f4236478282629bbdc1 by jgroff:
    Change TypeSubstitutionFn-based subst to use a LookupConformanceFn

    • edit: include/swift/AST/Type.h
    • edit: lib/AST/GenericSignature.cpp
    • edit: lib/AST/GenericEnvironment.cpp
    • edit: lib/AST/Type.cpp
  • Commit ef6ffa79750f88efa8f72c9010d78d544dd49777 by mgottesman:
    [sil-bug-reducer] Refactor random-search to use

    • edit: utils/bug_reducer/bug_reducer/opt_bug_reducer.py
    • edit: utils/bug_reducer/bug_reducer/random_bug_finder.py
  • Commit 57d9ad0a03e8e5d1fd3683e69410b3ad6182e247 by jgroff:
    Remove Module parameter from GenericEnvironment::mapTypeOutOfContext.

    • edit: include/swift/AST/GenericEnvironment.h
    • edit: lib/AST/ArchetypeBuilder.cpp
    • edit: lib/SIL/TypeLowering.cpp
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/AST/GenericEnvironment.cpp
    • edit: lib/AST/Type.cpp
    • edit: include/swift/AST/Type.h
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: include/swift/AST/ArchetypeBuilder.h
    • edit: lib/SIL/SILFunction.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/AST/DeclContext.cpp
  • Commit 5f0572ef53a483dc0640ff6fc5b8a61c002b5338 by maxs:
    Updated documentation for new less memory frontend

    • edit: lib/IRGen/IRGen.cpp
    • edit: include/swift/Subsystems.h
    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 4497083a0aef39770e23543681dfbe6c1be36912 by maxs:
    Updated comment to clarify condition for free

    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 322cf07cdd1add170f59edfb72e2ff5dc9d1f625 by jgroff:
    Provide callback-based variants of *FunctionType::substGenericArgs.

    • edit: include/swift/AST/Types.h
    • edit: lib/AST/Type.cpp
    • edit: lib/SIL/SILFunctionType.cpp
  • Commit 60b0d2b776103fe39b3056bc09c835647ebb784e by eeckstein:
    SIL Optimizer: remove the TotalSpecializedInsts statistics counter.

    • edit: lib/SILOptimizer/UtilityPasses/InstCount.cpp
  • Commit ad8a6d2a006253ebe20b1ebc5f25049621c583a9 by eeckstein:
    Mangling: remove unnecessary size check in assert condition

    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit c6753955c3f4da028beca6ab6a16f3985135b693 by eeckstein:
    SIL Optimizer: support new mangling when checking for the fatalError

    • edit: lib/SILOptimizer/Analysis/CFG.cpp
  • Commit 7208b18410e80e566f05acb47e58f51f23884d4e by eeckstein:
    Mangling: support the new mangling prefix in various prefix checks

    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: lib/SwiftDemangle/SwiftDemangle.cpp
  • Commit dab6d495965a55107ed901913f6252df64acc6e9 by github:
    [ClangImporter] Don't crash on empty initial selector pieces. (#6284)

    • edit: test/ClangImporter/Inputs/custom-modules/ObjCIRExtras.h
    • edit: include/swift/Basic/StringExtras.h
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: test/ClangImporter/Inputs/custom-modules/ObjCParseExtras.h
    • edit: test/ClangImporter/objc_ir.swift
    • edit: test/ClangImporter/objc_parse.swift
  • Commit 6fa0c97e081f319c1962061269ad29fb76255093 by jgroff:
    Provide a callback-based variation of Substitution::subst.

    • edit: include/swift/AST/Substitution.h
    • edit: lib/AST/Substitution.cpp
    • edit: lib/AST/ProtocolConformance.cpp
    • edit: include/swift/AST/ProtocolConformance.h
  • Commit e70ed798028b6260290c0b283d106e609fb0f68e by hughbellars:
    Fix warnings building Swift with swift-llvm with MSVC

    • edit: include/llvm/Bitcode/RecordLayout.h
  • Commit 7d14fe70ba81c95908db6e14522ab931334688c8 by vsk:
    Revert "[CMake] Add check for HAVE_CRASHREPORTER_INFO"

    • edit: cmake/config-ix.cmake
    • edit: include/llvm/Config/config.h.cmake
  • Commit eaf426910c124a328aa51e2f9e928b11a9eb035b by vsk:
    Revert "[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_H"

    • edit: cmake/config-ix.cmake
    • edit: include/llvm/Config/config.h.cmake
  • Commit 2c03b2eb2fa2e88c3ef5d11ea50635d2040badaa by mehdi.amini:
    Add support for __builtin_os_log_format[_buffer_size]

    • edit: test/CodeGen/builtins.c
    • edit: test/CodeGenObjC/os_log.m
    • edit: include/clang/Analysis/Analyses/OSLog.h
    • edit: lib/Analysis/FormatString.cpp
    • edit: lib/Sema/SemaChecking.cpp
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: lib/CodeGen/CGBuiltin.cpp
    • add: test/SemaObjC/format-strings-oslog.m
    • edit: include/clang/Analysis/Analyses/FormatString.h
    • edit: lib/Analysis/PrintfFormatString.cpp
    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: lib/Analysis/OSLog.cpp
    • edit: include/clang/Basic/Builtins.def
  • Commit eb16f3bf206c63e35bf1cb9c55018d67b9858075 by mehdi.amini:
    Fix test on non-X86 platforms

    • edit: test/CodeGen/builtins.c
  • Commit 379e876ec9ad5172677de0e4a8b1b0408a5f795b by mehdi.amini:
    test/CodeGen/builtins.c: reinstate #ifdef x86_64 around

    • edit: test/CodeGen/builtins.c
  • Commit f1a2aa0395925a5515a928adf4535391fc8efe88 by mehdi.amini:
    Fix handling of %% format specifier in os_log builtins.

    • edit: lib/Analysis/OSLog.cpp
    • edit: test/CodeGen/builtins.c
  • Commit b7de100f7a4dc1a5ee2a3f284469e6858aa65b4e by mehdi.amini:
    Fix diagnostic format string for err_os_log_argument_to_big

    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: test/SemaObjC/format-strings-oslog.m
  • Commit ebe1700925a338cb757c9c61ecfa4849cf8df204 by mehdi.amini:
    Fix os_log formating with arbitrary precision and field width

    • edit: lib/Analysis/OSLog.cpp
    • edit: test/CodeGen/builtins.c
  • Commit a1341bfbef240d1d94b026a567059cfcb7d147c1 by mehdi.amini:
    Fix printf specifier handling: invalid specifier should not be marked as

    • edit: test/CodeGen/builtins.c
    • edit: include/clang/Analysis/Analyses/FormatString.h
    • edit: test/Sema/format-strings.c
    • edit: test/SemaObjC/format-strings-objc.m
  • Commit 87fba811a83e98c88ad765ff472bb6ba02a08561 by s.minakov:
    [NSURLQueryItem] NSCoding Implementation

    • edit: Foundation/NSURL.swift
    • edit: Docs/Status.md
    • edit: TestFoundation/TestNSURL.swift
  • Commit de97c9ca2cd571fe935d345af8f06c8ee3fc3839 by vivkong:
    Fix build error on s390x

    • edit: CoreFoundation/Base.subproj/CFInternal.h
  • Commit 807bd720f63de7766195c102cc04a8d7f190eeb8 by “sakandur:
    [SR-3329] URLQueryItems are not getting encoded in to the URL

    • edit: TestFoundation/TestNSURL.swift
    • edit: CoreFoundation/URL.subproj/CFURLComponents.c
    • edit: Foundation/NSURL.swift