[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #5972

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#5972]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/5972/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Mon, 29 Oct 2018 11:46:47 -0500
Build duration:
9 min 22 sec

Identified problems:

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

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9659 test(s), Total: 10899 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 504 test(s), Total: 504 test(s)

Changes

  • 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/SwiftShims/HeapObject.h
    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: stdlib/public/runtime/EnumImpl.h
    • edit: stdlib/public/core/CTypes.swift
    • edit: stdlib/public/SwiftShims/System.h