[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (master) #1115

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_10 [#1115]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/1115/
Project:
oss-swift-package-linux-ubuntu-16_10
Date of build:
Fri, 26 Jan 2018 19:56:12 -0600
Build duration:
1 hr 11 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 7dd071528449b4a305e59b19485016e159006c05 by github:
    Fix parsing of some special characters in .d files (#222)

    • edit: unittests/Core/MakefileDepsParserTest.cpp
    • edit: lib/Core/MakefileDepsParser.cpp
  • Commit 5947e04298b7cf8bd2c5bf4dcb56b0e5c2b3b438 by mgottesman:
    Rename ./validation_test/execution => execution_crashers to match the

    • add: validation-test/execution_crashers/crashers_fixed/rdar33767511.swift
    • add: validation-test/execution_crashers/testability.swift
    • delete: validation-test/execution/Inputs/custom-modules/module.modulemap
    • add: validation-test/execution_crashers/dsohandle-multi-module.swift
    • add: validation-test/execution_crashers/Inputs/dsohandle-first.swift
    • delete: validation-test/execution/interpret-with-dependencies.swift
    • delete: validation-test/execution/interpret-with-dependencies-linux.swift
    • add: validation-test/execution_crashers/Inputs/custom-modules/foo.h
    • delete: validation-test/execution/dsohandle-multi-module.swift
    • delete: validation-test/execution/Inputs/dsohandle-first.swift
    • delete: validation-test/execution/Inputs/dsohandle-second.swift
    • delete: validation-test/execution/crashers_fixed/rdar33767511.swift
    • add: validation-test/execution_crashers/Inputs/dsohandle-second.swift
    • delete: validation-test/execution/Inputs/custom-modules/foo.h
    • add: validation-test/execution_crashers/Inputs/custom-modules/module.modulemap
    • add: validation-test/execution_crashers/interpret-with-dependencies-linux.swift
    • delete: validation-test/execution/testability.swift
    • add: validation-test/execution_crashers/interpret-with-dependencies.swift
  • Commit a01a5ade83100e58368b9985214abc3f4e40f959 by mgottesman:
    Move arc_36509461 execution crasher into the executable_crasher test

    • delete: test/Executable/Inputs/arc_36509461.h
    • add: validation-test/execution_crashers/Inputs/arc_36509461.m
    • delete: test/Executable/Inputs/arc_36509461.m
    • add: validation-test/execution_crashers/arc_36509461.swift
    • add: validation-test/execution_crashers/Inputs/arc_36509461.h
    • delete: test/Executable/arc_36509461.swift
  • Commit c3ed87515da50a3d12340a398175916a0c6c7167 by mgottesman:
    Change the executable test arc_36509461.swift to use %target-run so it

    • edit: validation-test/execution_crashers/arc_36509461.swift
  • Commit b20d0377fe3c6a2012f116a31005a8fd1db4fc07 by jgroff:
    SILGen: Enclose formal evaluation of self in a type(of:) expression

    • add: test/SILGen/metatype_in_init_delegation.swift
    • edit: lib/SILGen/SILGenExpr.cpp
  • Commit f9c267c9ef117463e1e8512183d2c0b8383f00aa by jgroff:
    SILGen: Accept optionals as ABI-compatible in either direction as block

    • add: test/SILGen/Inputs/objc_bridged_block_optionality_diff.h
    • edit: lib/SIL/TypeLowering.cpp
    • add: test/SILGen/objc_bridged_block_optionality_diff.swift
    • edit: include/swift/SIL/TypeLowering.h
  • Commit 95fc7d335e2de48ba9989b568449e0d2dd59b497 by xi_ge:
    Change vars in SwiftSyntax nodes to lets (#14173)

    • edit: tools/SwiftSyntax/Syntax.swift
    • edit: tools/SwiftSyntax/SyntaxNodes.swift.gyb
    • edit: tools/SwiftSyntax/SyntaxCollections.swift.gyb
  • Commit 5670324d93ac8b13a5a9a8ffce217fbf089e69ba by vsk:
    [IRGen] Don't lower profiling intrinsics when profiling is disabled

    • add: test/IRGen/coverage_ignored.swift
    • edit: lib/IRGen/GenBuiltin.cpp
  • Commit 1b5306158d4a990359ec96b4a34601a40bc19804 by github:
    [test] libSyntax: add a test to ensure the client side decodes syntax

    • add: test/SwiftSyntax/DeserializeFile.swift
    • edit: tools/SwiftSyntax/SwiftSyntax.swift
  • Commit 58be5b4c5fbb9f0ba8d533ac634988e29f3d9941 by kyrtzidis:
    [index] Fix crash when indexing a C++14 PCH/module related to

    • edit: lib/Serialization/ASTWriter.cpp
    • add: test/Index/Core/index-pch.cpp
    • edit: lib/Index/IndexDecl.cpp
  • Commit 2e3377c6192ef245e09b965bcdd3e7d2f1fcd1cd by si:
    NSMutableArray: remove init?(contentsOf{File,URL}:) override

    • edit: Foundation/NSArray.swift
    • edit: TestFoundation/TestNSArray.swift