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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/3271/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Wed, 21 Mar 2018 12:31:25 -0500
Build duration:
39 min

Identified problems:

  • 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: 10335 test(s), Total: 10335 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 514 test(s), Total: 514 test(s)

Changes

  • Commit ce7608a7ce4d2b741ac1e5a00850330f88143f87 by aschwaighofer:
    IRGen: Make resilient enum's tag indices resilient

    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/Linking.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/IRGen/GenOpaque.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: docs/ABI/Mangling.rst
    • edit: lib/IRGen/GenEnum.h
    • edit: lib/Demangling/Remangler.cpp
    • edit: test/IRGen/enum_resilience.swift
    • edit: lib/IRGen/GenOpaque.h
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/IRGen/IRGenModule.h
  • Commit 5c827017f8511faba29bc22472ae45b205fa95c1 by aschwaighofer:
    Add evolution test case for resiliently reordering enum cases

    • add: validation-test/Evolution/Inputs/enum_reorder_cases.swift
    • add: validation-test/Evolution/test_enum_reorder_cases.swift
  • Commit 02b8a06e40189c8cf6c710e01f04ea2d9cb2b469 by aschwaighofer:
    Fix test case for 32 bit integers

    • edit: test/IRGen/enum_resilience.swift
  • Commit 9d8c381ab4738f7ae739900c575f539a44b2593f by aschwaighofer:
    Remove resilient tag indices

    • edit: test/IRGen/enum.sil
    • edit: stdlib/public/runtime/Enum.cpp
    • edit: include/swift/Runtime/Metadata.h
    • edit: test/IRGen/enum_value_semantics.sil
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: stdlib/public/runtime/Casting.cpp
    • edit: stdlib/public/runtime/ReflectionMirror.mm
    • edit: lib/IRGen/GenType.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/Runtime/Enum.h
    • edit: lib/IRGen/GenEnum.h
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/GenOpaque.cpp
    • edit: stdlib/public/runtime/EnumImpl.h
    • edit: unittests/runtime/Enum.cpp
    • edit: stdlib/public/runtime/MetadataImpl.h
    • edit: include/swift/ABI/ValueWitness.def
    • edit: stdlib/public/runtime/ErrorDefaultImpls.cpp
  • Commit 338dfef687b949a0987fa3dafb6db8464048a5b6 by aschwaighofer:
    Fix test cases

    • edit: test/IRGen/enum_resilience.swift
    • edit: test/IRGen/enum.sil
  • Commit 19d3a4dd133a1b487dbf847e40f4acbf56b9c153 by aschwaighofer:
    Test case for withoutActuallyEscaping of blocks

    • add: test/SILGen/without_actually_escaping_block.swift
  • Commit eac5f83861dcaf4facd155963bf2abe3dde487e1 by aschwaighofer:
    SILGen: Don't crash on withoutActuallyEscaping of objc blocks

    • edit: lib/SILGen/SILGenExpr.cpp