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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/1362/
Project:
oss-swift-package-linux-ubuntu-16_10
Date of build:
Tue, 13 Mar 2018 22:55:48 -0500
Build duration:
1 hr 13 min

Identified problems:

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

Changes

  • Commit 56adc6b061b7f7751952052eca9293fc38066f5c by mgottesman:
    Revert "[cmake] Always add local swift compilation jobs to the local job

    • edit: CMakeLists.txt
    • delete: cmake/modules/SwiftLocalJobPool.cmake
    • edit: cmake/modules/SwiftSource.cmake
  • Commit c2eccf2b4dd04c8a11c5675f9b687e8a3d6a7fde by klorentey:
    [benchmark] Add benchmarks for Dictionary operations with quadratic

    • edit: benchmark/utils/main.swift
    • add: benchmark/single-source/DictionaryCopy.swift
    • edit: benchmark/CMakeLists.txt
  • Commit e642a3fe08f0c943f5fab8ac0f8ad96e1715c82c by klorentey:
    [benchmark] Fix issues uncovered in review

    • edit: benchmark/single-source/DictionaryCopy.swift
  • Commit c0629d224024b450b57ee14ad86bd791b2605ab3 by jgroff:
    IRGen: Set CurSourceFile for SIL functions using the module's associated

    • edit: lib/IRGen/IRGenSIL.cpp
  • Commit 444796a66b5d219fe6f88dc01902b67981977a19 by milseman:
    [gardening] Strip trailing whitespace; NFC

    • edit: stdlib/public/core/StringUnicodeScalarView.swift
    • edit: stdlib/public/core/StringUTF16.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift
    • edit: stdlib/public/core/StringUTF8.swift
    • edit: stdlib/public/core/IntegerParsing.swift
  • Commit a6e79efbbe73e9426e30dafc20d71ba2181b4254 by milseman:
    [string] Minor simplifications

    • edit: stdlib/public/core/StringGuts.swift
    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/StringObject.swift
  • Commit 884356fc0a64a07d89ec13b0d83c1f9ed14f9db6 by milseman:
    [string] Bifurcate StringGuts inits for large strings.

    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/StringGuts.swift
    • edit: stdlib/public/core/Character.swift
    • edit: stdlib/public/core/StringBridge.swift
    • edit: stdlib/public/core/StringHashable.swift
  • Commit 12fe85fad11c7f8b6b06564c1e2776e261dbcff9 by milseman:
    [string] Establish opaque branching pattern.

    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/StringStorage.swift
    • edit: stdlib/public/core/Character.swift
    • edit: stdlib/public/core/IntegerParsing.swift
    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringUnicodeScalarView.swift
    • edit: stdlib/public/core/StringGuts.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift
    • edit: stdlib/public/core/StringUTF8.swift
  • Commit 9ba2f4c771edd8dd9072860c556869089fcc844e by milseman:
    [string] Introduce the StringGuts visitor

    • edit: stdlib/public/core/CMakeLists.txt
    • edit: stdlib/public/core/GroupInfo.json
    • add: stdlib/public/core/StringGutsVisitor.swift
  • Commit 1229af8e0fa5d7a4f822c396f7354bef72e9da3b by milseman:
    [string] Adopt _StringGuts visitor pattern.

    • edit: stdlib/public/core/StringStorage.swift
    • edit: stdlib/public/core/StringBridge.swift
    • edit: stdlib/public/core/IntegerParsing.swift
    • edit: stdlib/public/core/StringUnicodeScalarView.swift
    • edit: stdlib/public/core/StringUTF8.swift
    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift
    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/Character.swift
  • Commit e7c418b0faa56cb5115a7de18eb7647dcc98635f by milseman:
    [comments] Annotate places we don't use _StringGuts visitor. NFC

    • edit: stdlib/public/core/IntegerParsing.swift
    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringGuts.swift
  • Commit 63ed19122b223729d03093d1e708977c68e6c258 by milseman:
    [string] Finally, un-version _asOpaque

    • edit: stdlib/public/core/StringGuts.swift
  • Commit 189bc4dd91149f9c03839e63af1624d5b03ff38d by milseman:
    [string] Un-break Linux due to duplicate def

    • edit: stdlib/public/core/StringGuts.swift
  • Commit 697023863500a354b311b09da9a37a35e6d79f80 by milseman:
    [gardening] code formatting; NFC

    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/Character.swift
    • edit: stdlib/public/core/IntegerParsing.swift
  • Commit 8082ae4c0aaa446ff73e8bd900324420e86d1442 by milseman:
    [string] Restore StringStorage by-hand visit pattern.

    • edit: stdlib/public/core/StringStorage.swift
  • Commit b572bfe2f491b668cab8f8d84e23bac62114ac8a by milseman:
    [stubs] Add CFString*Bytes stubs, drop some dead ones.

    • edit: stdlib/public/SwiftShims/CoreFoundationShims.h
    • edit: stdlib/public/stubs/FoundationHelpers.mm
  • Commit c3d9a22548e15f171591d0525131afaa72aeedf3 by milseman:
    [test] Split CString API tests into other file; NFC

    • edit: test/stdlib/StringAPI.swift
    • add: test/stdlib/StringAPICString.swift
  • Commit 4e573f47f8c012eb6b8819ed0d6887d0c5213637 by milseman:
    [stdlib] Split StringProtocol out from String.swift; NFC

    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/CMakeLists.txt
    • add: stdlib/public/core/StringProtocol.swift
    • edit: stdlib/public/core/GroupInfo.json
  • Commit b00966e247c87ac46f9ca09d0c1c51bdce50a653 by mgottesman:
    [+0-all-args] Add more module_names to tests to enable running their

    • edit: test/SILOptimizer/specialize_checked_cast_branch.swift
    • edit: test/IRGen/struct_resilience.swift
    • edit: test/IRGen/runtime_calling_conventions.swift
    • edit: test/ClangImporter/objc_ir.swift
    • edit: test/IRGen/class_bounded_generics.swift
    • edit: test/IRGen/generic_tuples.swift
    • edit: test/SILOptimizer/devirt_value_metatypes.swift
    • edit: test/IRGen/builtins.swift
    • edit: test/SILOptimizer/cast_folding_objc_generics.swift
    • edit: test/SILOptimizer/access_enforcement_noescape.swift
    • edit: test/SILOptimizer/specialize_anyobject.swift
    • edit: test/SILOptimizer/access_marker_verify.swift
    • edit: test/Serialization/objc.swift
    • edit: test/Serialization/function.swift
    • edit: test/SILGen/dynamic_lookup.swift
    • edit: test/DebugInfo/generic_args.swift
    • edit: test/SILOptimizer/spec_archetype_method.swift
    • edit: test/SILGen/dynamic_self.swift
    • edit: test/SILOptimizer/specialize_self_conforming.swift
    • edit: test/SILOptimizer/specialize_self.swift
    • edit: test/SILOptimizer/devirt_witness_method_conformance.swift
    • edit: test/SILOptimizer/devirt_covariant_return.swift
    • edit: test/IRGen/objc_retainAutoreleasedReturnValue.swift
    • edit: test/SILOptimizer/bridged_casts_folding.sil
    • edit: test/SILOptimizer/specialized_anyobject_conformance.swift
    • edit: test/SILOptimizer/specialize_unconditional_checked_cast.swift
    • edit: test/SILOptimizer/devirt_speculative.sil
    • edit: test/SILOptimizer/devirt_nested_class.swift
    • edit: test/Serialization/serialize_attr.swift
    • edit: test/SILOptimizer/cast_folding_objc_no_foundation.swift
    • edit: test/IRGen/enum_resilience.swift
    • edit: test/SILGen/reabstract_lvalue.swift
    • edit: test/SILGen/dynamic_lookup_throws.swift
    • edit: test/SILGen/types.swift
    • edit: test/SILOptimizer/specialize_same_type_constraint.swift
    • edit: test/ClangImporter/optional.swift
    • edit: test/SILOptimizer/devirt_speculative_nested.swift
    • edit: test/SILOptimizer/access_marker_mandatory.swift
    • edit: test/Serialization/transparent.swift
    • edit: test/SILOptimizer/let_properties_opts.swift
    • edit: test/SILOptimizer/specialize_inherited_multifile.swift
    • edit: test/IRGen/objc.swift
    • edit: test/SIL/Parser/generic_signature_with_depth.swift
    • edit: test/SILOptimizer/specialize_dynamic_self.swift
    • edit: test/IRGen/keypaths.sil
    • edit: test/IRGen/plus_zero_class_bounded_generics.swift
    • edit: test/SILOptimizer/devirt_protocol_method_invocations.swift
    • edit: test/SILOptimizer/mandatory_inlining.sil
    • edit: test/IRGen/generic_metatypes.swift
  • Commit 093d97ac885a2d136dac16b7afb6b5538f1883e3 by ahatanaka:
    Check that a field is not annotated with attribute "unavailable" before

    • edit: lib/Sema/SemaDecl.cpp
    • edit: test/CodeGenObjC/strong-in-c-struct.m
    • add: test/CodeGenObjC/Inputs/strong_in_union.h
  • Commit 560512da08e55c32fc1598b7017c93c9c6721ce7 by vk:
    [unittests] Disable lldb-server tests if an external debug server is in

    • edit: unittests/tools/CMakeLists.txt
    • edit: tools/debugserver/source/CMakeLists.txt