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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/1222/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Wed, 14 Feb 2018 23:24:15 -0600
Build duration:
2 hr 12 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit 457ac78dc997f770a92d9b9a9938b4dd8d71c9e1 by troughton:
    Correctly import C int types on Windows x64

    • edit: lib/IRGen/GenClangType.cpp
    • edit: stdlib/public/core/CTypes.swift
    • edit: lib/AST/ASTContext.cpp
  • Commit d4e03f2ba31c7034385902c638cd0ce6ba722371 by jgroff:
    SIL: Add an 'external' KeyPathPatternComponent kind.

    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/AST/GenericEnvironment.cpp
    • edit: include/swift/AST/SubstitutionMap.h
    • edit: include/swift/AST/Decl.h
    • edit: test/SIL/Parser/keypath.sil
    • edit: include/swift/AST/Type.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/AST/SubstitutionMap.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
  • Commit fb08fb81a5a092bb56fab0b0b38375875c76c3d0 by gonzalolarralde:
    Adding the correct value for __swift_mode_t in Android.

    • edit: stdlib/public/SwiftShims/LibcShims.h
  • Commit b008bfc414bb79b92ce6b3152765f5101a985ae4 by mgottesman:
    [+0-all-args] Ensure that we always return an enum at +1 from enum

    • edit: lib/SILGen/SILGenConstructor.cpp
  • Commit 65b4c9a25a13f2afde6ee8d316077ea1a350cfe2 by dgregor:
    [Runtime] Reference ObjC class objects indirectly in conformance

    • edit: test/IRGen/objc_bridged_generic_conformance.swift
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/IRGen/GenDecl.cpp
    • edit: test/IRGen/protocol_conformance_records_objc.swift
  • Commit 713e5f98bf01ee198639affcfce8e9e5e9ee5bf7 by mgottesman:
    [silgen] Require ManagedValue::{forward,assign}Into to only accept

    • edit: lib/SILGen/RValue.cpp
    • edit: lib/SILGen/ManagedValue.h
    • edit: lib/SILGen/ManagedValue.cpp
  • Commit 7bceb07083f0eada6c82ff9cc8f428c906a5d439 by mgottesman:
    [+0-normal-args] Upstream fixes for

    • edit: stdlib/public/runtime/Casting.cpp
  • Commit 398f20c50664d76a4fded3692da6ed1f7fcff71f by mgottesman:
    [+0-all-args] Add SILGenBuilder APIs for createRefToBridgeObject and use

    • edit: lib/SILGen/SILGenBuilder.cpp
    • edit: lib/SILGen/SILGenBuilder.h
    • edit: lib/SILGen/SILGenBuiltin.cpp
  • Commit 2410406f8e5f02510ab1220e1da33c0e89606bd4 by mgottesman:
    [+0-all-arguments] Use SILGenBuilder APIs to ensure we put cleanups on

    • edit: lib/SILGen/SILGenBuiltin.cpp
  • Commit 32d21c489fd2be3a93e2992bf9ff10c351e81dd8 by lance_parker:
    Add unicode normalization shims

    • edit: stdlib/public/stubs/UnicodeNormalization.cpp
    • edit: stdlib/public/SwiftShims/UnicodeShims.h
  • Commit cf8f570b02c009219ad931280002032080ec3fa3 by lance_parker:
    Add _NormalizedCodeUnitIterator

    • edit: stdlib/public/core/FixedArray.swift.gyb
    • edit: stdlib/public/core/GroupInfo.json
    • add: stdlib/public/core/NormalizedCodeUnitIterator.swift
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: stdlib/public/core/UnmanagedString.swift
  • Commit 897963a6f80e9ce98d6d9175d35f5c9462f79834 by lance_parker:
    Unified String comparison strategy for all platforms

    • add: stdlib/public/core/StringNormalization.swift
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: stdlib/public/core/GroupInfo.json
    • edit: stdlib/public/core/StringComparable.swift
    • add: stdlib/public/core/StringComparison.swift
  • Commit 49bc1459ae6ca64f26a30b30b6fce162c73b6627 by lance_parker:
    Update string comparison tests

    • edit: validation-test/stdlib/String.swift
    • edit: test/stdlib/StringAPI.swift
    • edit: test/SILOptimizer/string_switch.swift
    • edit: test/stdlib/StringOrderRelation.swift
    • edit: test/stdlib/RuntimeObjC.swift
    • edit: test/stdlib/CodableTests.swift
    • edit: validation-test/stdlib/Algorithm.swift
    • delete: validation-test/stdlib/StringHashableComparable.swift.gyb
  • Commit db2de58dd676293fdef0488900e8171bb9afd63d by lance_parker:
    Remove unecessary unicode collation algorithm shims

    • edit: stdlib/public/SwiftShims/UnicodeShims.h
    • edit: stdlib/public/stubs/UnicodeNormalization.cpp
  • Commit e88d4e2c64ed2eb93f84a893ea1507a1f4ecd107 by eeckstein:
    IRGen: fix alignment for tail allocated arrays with elements which have

    • edit: test/IRGen/tail_alloc.sil
    • edit: lib/IRGen/GenClass.h
    • edit: lib/IRGen/GenClass.cpp
  • Commit 3b4eacc3a8b0dba73f3589675cef0d025a8f56e5 by github:
    Update benchmarks to Swift 4 (#14623)

    • edit: benchmark/single-source/CString.swift
    • edit: benchmark/single-source/StaticArray.swift
    • edit: benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
    • edit: benchmark/single-source/StringMatch.swift
    • edit: benchmark/single-source/Hash.swift
    • edit: benchmark/single-source/IterateData.swift
    • edit: benchmark/single-source/PopFront.swift
    • edit: benchmark/single-source/ArraySubscript.swift
    • edit: benchmark/single-source/MonteCarloPi.swift
    • edit: benchmark/single-source/SetTests.swift
    • edit: benchmark/single-source/LuhnAlgoEager.swift
    • edit: benchmark/single-source/NibbleSort.swift
    • edit: benchmark/single-source/LuhnAlgoLazy.swift
    • edit: benchmark/single-source/RangeIteration.swift
    • edit: benchmark/single-source/MonteCarloE.swift
  • Commit ea2a42f95927f0ac21c59b0306ca738b598985ce by vk:
    Remove vestigial remnants of the test crash info hook

    • edit: packages/Python/lldbsuite/test/test_result.py
    • edit: packages/Python/lldbsuite/test/configuration.py
  • Commit ff698718c690d41974e500124697b269bdb8a7a0 by vk:
    [cmake] Darwin: Copy in the system debugserver if needed

    • edit: test/CMakeLists.txt
    • edit: CMakeLists.txt
    • edit: tools/debugserver/source/CMakeLists.txt
  • Commit 6c1c38ce6649f90ef0d89de6f529fe3480a29801 by lance_parker:
    remove an xfail from a test that will now pass

    • edit: TestFoundation/TestNSString.swift