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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2079/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Wed, 22 Aug 2018 05:22:56 -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 a13c113b17736d69bfacde466cee2725b5f708ac by mgottesman:
    [caller-analysis] Add a new SIL utility primitive: findLocalApplySites.

    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: include/swift/SILOptimizer/Utils/Local.h
  • Commit 03afdc52914f6e73c8fb28d5f220f5362391a2b5 by mgottesman:
    [caller-analysis] Reimplement CallerAnalysis ontop of

    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: lib/SILOptimizer/Analysis/CallerAnalysis.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
    • edit: include/swift/SILOptimizer/Analysis/CallerAnalysis.h
    • edit: test/SILOptimizer/caller_analysis.sil
  • Commit fae2ec3b38939c2bf3a47f44e7843e8782e5fb98 by rjmccall:
    Assorted minor improvements to the cleanup system.

    • edit: lib/SILGen/Cleanup.cpp
    • edit: lib/SILGen/Scope.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SILGen/Cleanup.h
    • edit: include/swift/Basic/DiverseStack.h
  • Commit c491f1b72152f48390d560f99b6aa0ea243fe19e by rjmccall:
    Implement reabstraction of inouts in witness and reabstraction thunks.

    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: test/SILGen/witnesses.swift
  • Commit 19e5256baf0aca7d9120c483fab295a0b7e890bd by shajrawi:
    [AccessEnforcementOpts] Fix an iterator invalidation issue

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit aabed33c1695e1e607a603394f908e9b92554bca by si:
    SR-8560: XMLDocument on Linux crashes with a Segmentation Fault

    • edit: TestFoundation/TestXMLDocument.swift
    • edit: Foundation/XMLNode.swift