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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7100/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Thu, 07 Mar 2019 19:04:54 -0600
Build duration:
1 hr 56 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:
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit 518915c304352f016d29f74a11d5cbf1f756e4dc by jimdovey:
    Some (error) paths in SQLiteBuildDB.cpp failed to finalize temporary

    • edit: lib/Core/SQLiteBuildDB.cpp
  • Commit e32ad7830aff345dbe099449fbc62c7082ab6db6 by natecook:
    Revise error for incorrect subscript parameters.

    • edit: test/type/types.swift
    • edit: test/decl/subscript/subscripting.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/func/keyword-argument-defaults.swift
    • edit: test/Constraints/subscript.swift
    • edit: test/Constraints/diagnostics.swift
  • Commit 5bd2b3e639b8a9452406d21accd4d46379a8adde by natecook:
    Use the term 'argument' instead of 'value'

    • edit: test/decl/subscript/subscripting.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/type/types.swift
    • edit: test/Constraints/subscript.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 04770f6124fef4adae5b86bc4dc4650585b0a44e by rkandhadaimadhav:
    [SIL Diagnostics] Fix undefined behavior due to bit shifting in

    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: test/SILOptimizer/diagnostic_constant_propagation_floats.swift
    • edit: test/SILOptimizer/diagnostic_constant_propagation_floats_x86.swift
  • Commit 6c662f7a6c5dc53d548d52accbca646bab4a30c9 by rkandhadaimadhav:
    [stdlib][Semantics annotation] Add ".empty" suffix to the semantics

    • edit: lib/SILOptimizer/Transforms/ArrayCountPropagation.cpp
    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ArrayShared.swift
    • edit: lib/SILOptimizer/Analysis/ArraySemantic.cpp
  • Commit c9d6fa21684f4f189396a78554b6ddb9e8918a45 by mgottesman:
    Revert "Revert "Translate sil-opt bridge cast folding test into an

    • add: test/Interpreter/bridged_casts_folding.swift
    • edit: test/SILOptimizer/bridged_casts_folding.swift
  • Commit c777123c4e152744157da4a99941e2e3b9219f86 by mgottesman:
    Fixes to make sure this test case never uses tagged pointers for

    • edit: test/Interpreter/bridged_casts_folding.swift
  • Commit c94da3b4da46eb7db4df6218d78c5bf8e7e83e9d by dgregor:
    [CMake] Set -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1 for

    • edit: cmake/modules/AddSwift.cmake
  • Commit fbe990481bb5f46e6167024d980b273f802d9a76 by mikeash:
    [Runtime] Dynamically select the is-Swift bit at runtime on Apple

    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: stdlib/tools/swift-reflection-test/swift-reflection-test.c
    • edit: test/IRGen/class_resilience.swift
    • edit: CMakeLists.txt
    • edit: include/swift/ABI/Metadata.h
    • edit: include/swift/Runtime/CMakeConfig.h.in
    • edit: tools/swift-remoteast-test/swift-remoteast-test.cpp
    • edit: include/swift/SwiftRemoteMirror/SwiftRemoteMirror.h
    • edit: test/IRGen/class.sil
    • edit: test/IRGen/subclass.swift
    • edit: stdlib/public/runtime/CMakeLists.txt
    • add: test/Runtime/stable-bit-backward-deployment.swift
    • add: stdlib/public/runtime/BackDeployment.cpp
    • edit: include/swift/Runtime/Config.h
    • edit: include/swift/Runtime/CMakeLists.txt
    • edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
    • add: include/swift/Runtime/BackDeployment.h
  • Commit 082b3774add9c6e58eb833c7bda6c49779cb59b2 by mikeash:
    [Frontend] Emit the pre-stable-ABI bit when targeting older OS versions.

    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 9f0375e3c9134b252eb3edc7b418f5656688ea3a by mgottesman:
    [silgenpattern] Only emit a shared case if we have a

    • edit: test/SILGen/indirect_enum.swift
    • edit: test/SILGen/switch.swift
    • edit: test/SILGen/switch_var.swift
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit 61135660895ebf9a6d993d089916db73baa134ea by mgottesman:
    [silgenpattern] Convert two Pattern::forEachVariables() to instead use

    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit f4c7d4611f091673579605eab4827abc82d5dd47 by atrick:
    Change the algorithm for the AccessEnforcementDom pass.

    • edit: test/SILOptimizer/access_dom.sil
    • add: test/SILOptimizer/access_dom_overlap.sil
    • edit: test/SILOptimizer/access_wmo.swift
    • add: test/SILOptimizer/access_dom_loop.sil
    • edit: stdlib/public/core/KeyPath.swift
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp
    • edit: include/swift/SIL/MemAccessUtils.h
    • add: test/SILOptimizer/access_dom_call.sil
    • edit: lib/SIL/MemAccessUtils.cpp
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit 52b833d54313247a3f4da49003964adaec7dc7de by suyashsrijan:
    [typechecker] remove null check as its redundant

    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 52054d2443f844cdbe99799b9353b9afd45ec873 by compnerd:
    WinSDK: overwrite INVALID_FILE_ATTRIBUTES

    • edit: stdlib/public/Windows/WinSDK.swift
  • Commit 3da2cc9e063b97310165e98c40857f763cb9c75e by atrick:
    Clarify comments.

    • edit: stdlib/public/core/KeyPath.swift
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp
  • Commit 4526413f245b796eddac5e9d66c2915e0d5768b0 by blangmuir:
    Update package depenencies

    • edit: Package.resolved
  • Commit 3a69aefe0b6174c82abe89c6ec8063baaeb28f18 by blangmuir:
    Remove Package.resolved and move to HEAD

    • edit: Package.swift
    • edit: Utilities/build-script-helper.py
    • edit: .gitignore
    • delete: Package.resolved
  • Commit 49e5f3980e796a9ae38c33ccee43e963d904544b by blangmuir:
    [readme] Update recommended toolchain to 'latest'

    • edit: README.md
  • Commit b6e9182b20e951b31e287f7570950ac123a23ffd by blangmuir:
    [readme] Mention swift-package-update workflow

    • edit: README.md
  • Commit 618e1b7ac861c2b91ccb750d4c5955dca4e8bc8f by blangmuir:
    Use local llbuid sources if requested in swift ci

    • edit: Package.swift
  • Commit 3bad37f36a6e9f1282b907f873baec7ac69fa694 by ankit_aggarwal:
    [PubgrubTests] General cleanup (#2033)

    • edit: Tests/PackageGraphTests/PubgrubTests.swift
  • Commit 0743d5c3ed1757a0f8217955e032b56820c2ffc5 by compnerd:
    RunLoop: remove incorrect usage of libdispatch queue

    • edit: CoreFoundation/RunLoop.subproj/CFRunLoop.c