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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7377]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7377/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Wed, 08 May 2019 11:33:03 -0500
Build duration:
1 hr 28 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 1dedba1f12113530afd04fbb4518afb6788fa9e8 by spestov:
    Sema: Pass argument match kind down to matchCallArguments()

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit b6985acc23d00b981c5a18badbe30ce725e0b8c6 by spestov:
    Sema: More flexible InvalidUseOfAddressOf

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSDiagnostics.h
  • Commit fd2dd9f8a4997a9093a88ff098103013b280f86a by spestov:
    Sema: Fix OperatorArgumentConversion with LHS of InOutType

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/expr/expressions.swift
  • Commit 5e4afc2503071078f8171ed538aee1a40e4f0967 by spestov:
    Sema: Remove some dead code from matchTypes()

    • edit: lib/Sema/CSSimplify.cpp
  • Commit b103fed866ecb47ee905e8dbd680aafd747163f9 by spestov:
    Sema: Remove old diagnostics for misplaced InOutExpr

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/MiscDiagnostics.cpp
  • Commit 3371080b9faf2f56a5c0b03986b355c98226c617 by spestov:
    ClangImporter: Built type-checked expressions in union and indirect

    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/ctypes_parse_union.swift
  • Commit 6bb79cafd9e4de34ffc4b2c798960466cf3da70f by mike.munday:
    [IRGen] Remove unused static applyFixedSpareBitsMask function

    • edit: lib/IRGen/FixedTypeInfo.h
    • edit: lib/IRGen/GenType.cpp