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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/5702/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Wed, 29 Aug 2018 10:38:26 -0500
Build duration:
2 hr 8 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 bd799d4b432a0d9af518f9ee5556f3718c33225b by dgregor:
    [Foundation] Collapse (SignedInteger|UnsignedInteger) reqts into

    • edit: stdlib/public/SDK/Foundation/NSError.swift
    • edit: stdlib/public/core/ErrorType.swift
  • Commit 15a538ae1a9b1ce56d71bbd5f86cde939cbad3d1 by dgregor:
    [Reflection] Add a test for reflection on nested generic types.

    • add: validation-test/Reflection/reflect_nested.swift
  • Commit 4acd723d1627bd7aaf528bd3cf6d5bc9d1b6c387 by dgregor:
    [Foundation] Handle unsigned error codes without trapping.

    • edit: stdlib/public/core/ErrorType.swift
    • edit: test/stdlib/ErrorBridged.swift
    • edit: stdlib/public/SDK/Foundation/NSError.swift
    • edit: test/stdlib/Error.swift
  • Commit f64d5dbe95e5f24ad22eddfca5edbfb0ce50dc50 by dgregor:
    [Foundation] Clean up Int BinaryInteger conversions for errors.

    • edit: stdlib/public/SDK/Foundation/NSError.swift
  • Commit 26b75537e9556932f3a5f918af015b5f05b051f4 by dgregor:
    Use BinaryInteger rather than (Signed|Unsigned)Integer for Error

    • edit: Foundation/NSError.swift