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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1763/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 08 Jun 2018 23:38:20 -0500
Build duration:
29 min

Identified problems:

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

Changes

  • Commit b9728151dfe09f7cfb73640ae3736bbc0e819913 by aschwaighofer:
    SILGen: Fix no escape verification if the closure throws an exception

    • add: test/Interpreter/Inputs/ObjCException.m
    • add: test/Interpreter/objc_throw_in_noescape_block.swift
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: test/SILGen/objc_thunks.swift
    • add: test/Interpreter/Inputs/ObjCException.h
  • Commit 638b89d12d273a0ede166a055a501c6a7559f3c9 by compnerd:
    runtime: use std::max_align_t over max_align_t (NFC)

    • edit: stdlib/public/runtime/Casting.cpp
  • Commit 66c73f845cba63080c55c7a39296c3eff702f9a8 by aschwaighofer:
    Fix test case test/IRGen/TestABIInaccessible.swift

    • edit: test/IRGen/TestABIInaccessible.swift
  • Commit d1c92f8f430f638516f8ac3e76a03da1f0e10b90 by jordan_rose:
    Update README to use clean command in Build Failues (#17069)

    • edit: README.md
  • Commit 111b9beb588f83a721f5017b2bc3be9f597dfd8a by ankit_aggarwal:
    [PkgConfig] Print warning message when pkg-config not found (#1573)

    • edit: Tests/PackageLoadingTests/PkgConfigTests.swift
    • edit: Tests/XcodeprojTests/PackageGraphTests.swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Tests/UtilityTests/PkgConfigParserTests.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Xcodeproj/generate().swift
    • edit: Sources/Commands/SwiftTestTool.swift
    • edit: Sources/Commands/SwiftRunTool.swift
    • edit: Sources/Xcodeproj/pbxproj().swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Sources/Utility/PkgConfig.swift
    • edit: Sources/Commands/SwiftBuildTool.swift
    • edit: Sources/PackageLoading/Target+PkgConfig.swift
  • Commit 92a575273e096499f293f44a638df77e28187818 by ankit_aggarwal:
    Added two periods at bullet point ends

    • edit: Documentation/README.md
    • edit: README.md
  • Commit 0a22a602dcf50775a5a23a395e98565fdf198982 by ankit_aggarwal:
    [Basic] Add dump method to Collections for debugging

    • edit: Sources/Basic/CollectionExtensions.swift
  • Commit 9bd7dbf9ed9e897ee64bccccd4919e8eafc47ea2 by ankit_aggarwal:
    [PackageModel] Add computed properties to get target/product

    • edit: Sources/PackageModel/ResolvedModels.swift
  • Commit a25e4196f4fbf0933ed47f9fdd8116ad4b0ee216 by ankit_aggarwal:
    [Xcodeproj] Rework the scheme generation logic

    • edit: Tests/XcodeprojTests/PackageGraphTests.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • add: Sources/Xcodeproj/SchemesGenerator.swift
    • edit: Sources/Xcodeproj/generate().swift
    • delete: Sources/Xcodeproj/xcscheme().swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
  • Commit 5fada16194b2658658b278025e6a1d4117eeb07e by ankit_aggarwal:
    Confirm rsync exists when bootstrapping

    • edit: Utilities/bootstrap
  • Commit b2f5c039c969cd2b859abae114349f9e9a70f78e by ankit_aggarwal:
    rsync: Use check_output instead of open & check_call

    • edit: Utilities/bootstrap
  • Commit 2c2adb2dc8de6204285064481ade5833fb3281a0 by notorca:
    Added test case for SR-5971.

    • edit: TestFoundation/TestCharacterSet.swift
  • Commit f8cb14193400a0435b86bad999a285c408fde4ba by notorca:
    Fixed SR-5971

    • edit: CoreFoundation/String.subproj/CFCharacterSet.c
  • Commit e8467d6a7a66e00879c6be152b75cab648d5368f by notorca:
    Added test case from SR-3215

    • edit: TestFoundation/TestCharacterSet.swift
  • Commit b56140a7c0b9f35acabcfbe3592c4485c3270176 by tid.develop:
    [SR-7112] Fixed a case where CFStringGetCStringPtr returns a string

    • edit: Foundation/NSString.swift
  • Commit 39a07976e96c72025f12c04b48feadd884ec0d1a by otaviosilvalima:
    Remove nil coalescing operator where right hand operand is literal nil

    • edit: Foundation/Bundle.swift
    • edit: Foundation/NSString.swift
  • Commit fb670fcc48126419eda876734fb130e745da6cfa by suicaicoca:
    Xcode 10: Update to recommended settings

    • edit: Foundation.xcodeproj/project.pbxproj
    • edit: Foundation.xcodeproj/xcshareddata/xcschemes/CoreFoundation.xcscheme
    • edit: Foundation.xcodeproj/xcshareddata/xcschemes/SwiftFoundation.xcscheme
    • edit: Foundation.xcodeproj/xcshareddata/xcschemes/plutil.xcscheme
    • add: Foundation.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
    • edit: Foundation.xcodeproj/xcshareddata/xcschemes/TestFoundation.xcscheme
  • Commit 093b16881e7d8814389eb036c00e2e86270a2f06 by gustavocsb:
    make tests on darwin run the same way as linux

    • edit: TestFoundation/TestCodable.swift