[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (swift 5.0) #301

Report

[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test [#301]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test/301/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 08 Jan 2019 20:06:00 -0600
Build duration:
13 min

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

Changes

  • Commit 6f4428933dc867015e4b5887d228c328f6f951b5 by aschwaighofer:
    Fix typeref_lowering.swift test

    • edit: test/Reflection/typeref_lowering.swift
  • Commit 3609dadef44393f3307240a879ec6973927f689c by aschwaighofer:
    Fix test builtin_bridge_object.swift

    • edit: test/Interpreter/builtin_bridge_object.swift
  • Commit 6925f866bed0ac5c8d35a06e085640ef2b910625 by jordan_rose:
    Special-case diagnostic for when you just need @unknown default

    • edit: test/ClangImporter/enum-objc.swift
    • edit: test/Sema/exhaustive_switch.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/ClangImporter/enum-exhaustivity.swift
    • edit: test/Sema/exhaustive_switch_testable.swift
    • add: test/ClangImporter/enum-exhaustivity-system.swift
    • edit: test/ClangImporter/enum-error.swift
    • edit: lib/Sema/TypeCheckSwitchStmt.cpp
    • edit: test/stmt/nonexhaustive_switch_stmt_editor.swift
    • edit: test/ClangImporter/enum-inferred-exhaustivity.swift
    • edit: test/ClangImporter/enum-new.swift
  • Commit 71492ccf29647eb1ef0b47aac28a19ef65e9aea0 by arphaman:
    [libclang] Recommit r336590 with a fix for the memory leak in the test

    • edit: unittests/libclang/LibclangTest.cpp
    • edit: tools/libclang/CIndex.cpp