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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/5997/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Wed, 31 Oct 2018 18:29:29 -0500
Build duration:
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:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9658 test(s), Total: 10902 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 505 test(s), Total: 505 test(s)

Changes

  • Commit 4d2b513da670fb20e50cb48f7daf2b56a69b024b by rjmccall:
    [NFC] Extract common code for keying off of APInts

    • edit: lib/Sema/TypeCheckSwitchStmt.cpp
    • add: include/swift/Basic/APIntMap.h
  • Commit 2d70a03c3417ec59111d35631a8912c132209673 by rjmccall:
    [NFC] Improve the interfaces for integer widths and parsing integers

    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/Sema/TypeCheckSwitchStmt.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/CSGen.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/AST/Expr.cpp