[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master-rebranch) #104

Report

[FAILURE] oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04-long-test [#104]

Build URL:
https://ci.swift.org/job/oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04-long-test/104/
Project:
oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Sat, 08 Feb 2020 16:17:00 -0600
Build duration:
1 hr 17 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 ec9844b2d9c13f9f0ec0b1e705c33a2a4a2bb58a by rkandhadaimadhav:
    [SIL Optimization] Add a new mandatory pass for unrolling forEach calls

    • add: test/SILOptimizer/OSLogPrototypeFullOptTest.swift
    • edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
    • edit: include/swift/AST/SemanticAttrs.def
    • edit: test/stdlib/OSLogPrototypeExecTest.swift
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
    • add: test/SILOptimizer/for_each_loop_unroll_test.sil
    • edit: lib/SILOptimizer/LoopTransforms/CMakeLists.txt
    • edit: stdlib/public/core/Sequence.swift
    • add: test/SILOptimizer/for_each_loop_unroll_test.swift
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • add: lib/SILOptimizer/LoopTransforms/ForEachLoopUnroll.cpp
  • Commit de5bc086908960f6bd48a07433fa926f1d72cb6f by rbayer:
    [Python: black] Update the utils/python_format.py script to accept a

    • edit: utils/python_format.py
  • Commit a8e5d49ab2d628ca0394bfb84958f6ab4109b3d5 by ankit_aggarwal:
    [PackageLoading] Handle header files in TargetSourcesBuilder

    • edit: TSC/Sources/TSCBasic/CollectionExtensions.swift
    • edit: TSC/Tests/TSCBasicTests/CollectionExtensionsTests.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/PackageLoading/TargetSourcesBuilder.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
  • Commit db3f00c68db7756d4efc57bbe20a25c29bdc9963 by ankit_aggarwal:
    [Commands] Add a command to dump symbolgraph

    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Workspace/UserToolchain.swift
    • add: Sources/Commands/SymbolGraphExtract.swift
    • edit: Sources/Commands/CMakeLists.txt
    • edit: Sources/Commands/SwiftPackageTool.swift
  • Commit b446df781d5790abcdf65077b694413c44ec0cee by ankit_aggarwal:
    [bootstrap] Allow passing TSC build dir

    • edit: Package.swift
    • edit: Utilities/bootstrap