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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2431/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Mon, 29 Oct 2018 17:38:58 -0500
Build duration:
4 hr 14 min

Identified problems:

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

Changes

  • Commit cd2daa931ffce7299b991925d3590049103ba3b9 by matt:
    Fix assertion from empty switch over uninhabited enum

    • edit: test/Sema/exhaustive_switch.swift
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit 39f17678590b91d085fc52a0acc1cf53f5a48b03 by jmittertreiner:
    Fix SILInliner Compilation on MSVC

    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
  • Commit 185f9233d31f6b2b84d77a480028ddbb6618aba1 by compnerd:
    runtime: silence the compiler warning about const (NFC)

    • edit: stdlib/public/runtime/ExistentialMetadataImpl.h
  • Commit 6afb81d3eb7e58a04270ae522d96481ed83a424c by spestov:
    Sema: Fix another crash with an invalid extension

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: test/decl/ext/generic.swift
    • edit: lib/Sema/TypeCheckType.cpp
  • Commit add4185b837ac74e4d401c629ca648f58b76f4f5 by spestov:
    AST: Fix infinite recursion with recursive same-type constraints

    • edit: lib/AST/GenericSignatureBuilder.cpp
    • add: validation-test/compiler_crashers_2_fixed/0180-sr9022.swift
  • Commit 4762b37222f0bb30b403b5c74345fcd144c3c99e by ben_cohen:
    Remove inlining of _BridgeableMetatype

    • edit: stdlib/public/core/BridgeObjectiveC.swift
  • Commit c23215bd638bfc967a09b052f955c3738fb489c7 by ben_cohen:
    _getBridgedObjectiveCType and _isBridgedNonVerbatimToObjectiveC

    • edit: stdlib/public/core/BridgeObjectiveC.swift
  • Commit 397c22bf8fd68adde5d2d53e6f5d2b5858e52e07 by ben_cohen:
    ObjectIdentifier needs to be fast and is trivial

    • edit: stdlib/public/core/ObjectIdentifier.swift
  • Commit 41c9c255d888f7bed8d5ac296219fe456d91ade7 by ben_cohen:
    Uninline more printing ops

    • edit: stdlib/public/core/OutputStream.swift
  • Commit 59dd6fb3d43d342fe9edad84476d9dcac8937ba2 by ben_cohen:
    _fastEnumerationStorageMutationsTarget exists to be usableFromInline

    • edit: stdlib/public/core/Shims.swift
  • Commit a6ef1820a88424615e9c47e4b442532d2fb62f45 by ben_cohen:
    Uninline optional bridging

    • edit: stdlib/public/core/Optional.swift
  • Commit 857e4f6a2f516fa36288c0da81c5c5a25a6c09e9 by ben_cohen:
    VarArg code is all conforming to a C ABI so unlikely to ever change

    • edit: stdlib/public/core/VarArgs.swift
  • Commit e8249676445ba607880370bee520bf54d4e910aa by ben_cohen:
    Un-inline streaming writes

    • edit: stdlib/public/core/OutputStream.swift
  • Commit 31cc217c9f0b0bafa5beedf0c54cd1c4a7278d3f by ben_cohen:
    fix vararg _fixed_layout

    • edit: stdlib/public/core/VarArgs.swift
  • Commit e8e169c11f30134ea99f40a6e9fbab6e5f31e22d by ben_cohen:
    Add removed methods to expected ABI breakage

    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
  • Commit ab2dd1098e2e2ad0b303d9e722904875aa8e9f4b by milseman:
    Towards s390x support (#19822)

    • edit: stdlib/public/core/CTypes.swift
    • edit: stdlib/public/runtime/EnumImpl.h
    • edit: stdlib/public/SwiftShims/System.h
    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: stdlib/public/SwiftShims/HeapObject.h
  • Commit 3e2e81d8a3e864d8e619db5fae427bf0a61ae5a3 by dgregor:
    Add already-fixed test case from rdar://problem/45557325.

    • add: validation-test/compiler_crashers_2_fixed/0180-rdar45557325.swift
  • Commit 65c7d141c8c51c6220555aadd3147118b33ba827 by github:
    Conform Float80 to CVarArgs when available. (#20122)

    • edit: stdlib/public/core/VarArgs.swift
    • edit: test/stdlib/VarArgs.swift
  • Commit ab70fea385278719c30572fe4f7d90afbfb0f677 by ankit_aggarwal:
    Add integration test for building Swift benchmarks with SwiftPM

    • add: build-swift-benchmarks-with-swiftpm.txt
    • edit: lit.cfg