[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #421

Same issue, for Doug:

Compile Swift Module 'libc' (2 sources)
Compile Swift Module 'swiftpm_xctest_helper' (1 sources)
Compile Swift Module 'PackageDescription' (6 sources)
Compile Swift Module 'POSIX' (15 sources)
Linking /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-16_04/build/buildbot_linux/swiftpm-linux-x86_64/release/swiftpm-xctest-helper
Compile Swift Module 'Basic' (23 sources)
Valid decl has error type!
(func_decl "-(_:_:)" <T> interface type='<T where T : Strideable> (T, T) -> T.Stride' access=public
  (parameter_list
    (parameter "lhs" interface type='T')
    (parameter "rhs" interface type='T')))
0 swift 0x00000000038a3628
1 swift 0x00000000038a3d66
2 libpthread.so.0 0x00007f2ce96863e0
3 libc.so.6 0x00007f2ce7fec428 gsignal + 56
4 libc.so.6 0x00007f2ce7fee02a abort + 362
5 swift 0x00000000013a689e
6 swift 0x000000000139bd01

ยทยทยท

On Jan 31, 2017, at 3:35 PM, no-reply@swift.org wrote:

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#421]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/421/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Tue, 31 Jan 2017 14:42:37 -0800
Build duration: 52 min
Identified problems:

Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-16_04/421/consoleFull#979178979ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Changes

Commit 3954190b5fe02bcaeccaf85bc1bde15b68ab0f8d by daniel_dunbar:
Fix 80-col viola.

edit: lib/BuildSystem/LaneBasedExecutionQueue.cpp

Commit 45510967ce8da80358f980ac62a923ff85c920fd by jordan_rose:
[test] Disable broken-modules test while we figure out what broke.

edit: test/ClangImporter/MixedSource/broken-modules.swift

Commit a3919f535296e1ac6959a6ba2906ebef8565f1a2 by kyrtzidis:
[index] Add testing for indexing a system overlay module, along with

add: test/Index/index_system_module.swift
edit: lib/Index/Index.cpp
add: test/Index/Inputs/my_system_overlay/my_system_overlay_header.h
add: test/Index/Inputs/my_system_overlay/my_system_overlay.swift
add: test/Index/Inputs/my_system_overlay/module.modulemap

Commit 602235ed52ae5f7e5777c4b87f7b590d7fdbb7dc by github:
[RangeInfo] Report the case when a continue/break statement is in the

edit: include/swift/IDE/Utils.h
edit: test/IDE/range_info_basics.swift
edit: lib/IDE/SwiftSourceDocInfo.cpp

Commit 07ddf07f3bb4464af6141d5b5f138cd726075189 by doug_coleman:
utils/update-checkout: Do any ``git checkout`` before the ``git fetch``.

edit: utils/update-checkout

Commit 8159c84bc9a1295b8d0875aab6f1ce7e10c2fa64 by jgroff:
Sema: "super" calls to non-ObjC extension methods must be statically

edit: lib/SILGen/SILGenApply.cpp
edit: test/Inputs/clang-importer-sdk/swift-modules/Foundation.swift
add: test/SILGen/super-to-nonobjc-extension.swift

Commit eed34d15e7eb3b17d04ecb74b9b757a7170b5a8f by github:
Sema: Explicitly allow Optional-to-IUO when converting functions.

edit: lib/Sema/CSSimplify.cpp
edit: test/SILGen/implicitly_unwrapped_optional.swift
edit: test/Constraints/closures.swift

Commit 7fefca8d144abc07d8447c837e8e681e53758a01 by enderby:
Fix a bug in llvm-obdump(1) with the -macho flag disassembling an object

edit: tools/llvm-objdump/MachODump.cpp
add: test/tools/llvm-objdump/X86/macho-stub-nosyms-disassembly.test
add: test/tools/llvm-objdump/X86/Inputs/stub-nosyms.macho-x86_64

Commit 9a46240f5db9d0b59de7ecdf907034ff88a89c1b by ahatanaka:
[Sema] Transform a templated name before looking it up in

edit: lib/Sema/SemaTemplateInstantiateDecl.cpp
edit: test/SemaCXX/destructor.cpp
edit: lib/Sema/TreeTransform.h