[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (swift 4.2) #201

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-4.2-package-linux-ubuntu-14_04/201/
Project:
oss-swift-4.2-package-linux-ubuntu-14_04
Date of build:
Fri, 15 Jun 2018 22:24:49 -0500
Build duration:
1 hr 33 min

Identified problems:

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

Changes

  • Commit 6dbad32123dcf450b2f46672adfa937d9de93759 by jake.petroules:
    Make llbuild.framework get the right content in its Info.plist

    • edit: products/llbuild-framework/Info.plist
    • edit: llbuild.xcodeproj/project.pbxproj
    • edit: Xcode/Configs/Common.xcconfig
  • Commit bdd1a46e564a4e7f5aa626ad6f67ad12ba76e7b0 by jake.petroules:
    Use the new build system for llbuild by default

    • edit: llbuild.xcodeproj/project.pbxproj
    • edit: llbuild.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  • Commit 03ee956381c0154d9552a34529a6453a78086c2e by dmbryson:
    Temporarily revert part of PR #320

    • edit: lib/BuildSystem/BuildSystem.cpp
  • Commit 1554d00ad84d6f02aab034939c6380651681faa9 by rkandhadaimadhav:
    [stdlib] update the fatal error message displayed during invalid

    • edit: stdlib/public/core/Integers.swift.gyb
  • Commit cd46a1169be387e18c8a62040b7f9693db96e6f2 by dgregor:
    [Clang importer] Don't bridge blocks to Swift functions in ObjC generic

    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: test/ClangImporter/objc_ir.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/objc_generics.h
    • edit: test/ClangImporter/objc_bridging_generics.swift
    • edit: lib/ClangImporter/ImportType.cpp
  • Commit c9c982455feddc547e5b5f5d90916d98b2aced33 by dgregor:
    [Clang importer] Rename ImportTypeKind::ObjCGenericArgument ->

    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
  • Commit 0369d73dc9818d4838f0d87f47839fbba2333bf2 by dgregor:
    [Clang importer] Improve a comment about block types and bridging.

    • edit: lib/ClangImporter/ImportType.cpp
  • Commit b0df140c71633a8e3c15d683b663ae14945a8e77 by ankit_aggarwal:
    [Xcodeproj] Add support for automatic project generation

    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Sources/Basic/FileSystem.swift
    • edit: Sources/Xcodeproj/generate().swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/Basic/Process.swift
    • edit: Tests/BasicTests/ProcessTests.swift
    • add: Sources/Commands/WatchmanHelper.swift
  • Commit 563ac22d2e59b8c5e22bb5503e1380fc7b2fb919 by friss:
    Change TestExec.py from creating an i386+x86_64 fat binary on darwin

    • add: packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
    • edit: packages/Python/lldbsuite/test/functionalities/exec/main.cpp
    • add: packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp
    • edit: packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
    • edit: packages/Python/lldbsuite/test/functionalities/exec/Makefile
  • Commit 20cecc62229d76679ea933e2764e386046100184 by friss:
    Fix TestExec after r334783

    • edit: packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
  • Commit 52d4bb334d1e4ffe5eb38c32b04fd4db894c2844 by friss:
    Add an entitlement to debugserver

    • edit: tools/debugserver/source/CMakeLists.txt
    • edit: tools/debugserver/debugserver.xcodeproj/project.pbxproj
    • add: resources/debugserver-macosx-entitlements.plist
    • edit: lldb.xcodeproj/project.pbxproj
  • Commit 41277a8c552b08e7581e664a328de6bc978505fc by friss:
    @skipUnlessDarwin TestOrderedSet

    • edit: packages/Python/lldbsuite/test/lang/objc/orderedset/TestOrderedSet.py

Looks like an llbuild test is failing probably due to the last two commits.

I XFAIL’d those tests, so the next build should succeed.