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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/1431/
Project:
oss-swift-package-linux-ubuntu-16_10
Date of build:
Tue, 27 Mar 2018 20:46:51 -0500
Build duration:
1 hr 3 min

Changes

  • Commit fde27207b12dc0aaa98356128a41b680c6b81bef by jake.petroules:
    Update the version number in the header, since it changed in .xcconfig

    • edit: products/libllbuild/include/llbuild/version.h
  • Commit b9760aba9380eb9032e72deddf76df0050a54de9 by jake.petroules:
    Fix some escaping/quoting issues in the generate-version-h.sh script

    • edit: utils/generate-version-h.sh
  • Commit 2e5738a8a79c4ed1be5eaccd00c9a0cf663ce1f5 by jake.petroules:
    Prevent spurious rebuilds with SwiftPM builds of llbuild

    • edit: utils/generate-version-h.sh
  • Commit 072e9827aa835b5e33b312cd7a358b4810f97e89 by gparker:
    Use SwiftObject's old name when building for the pre-stable ABI.

    • edit: include/swift/AST/KnownIdentifiers.def
    • edit: test/stdlib/SwiftObjectNSObject.swift
    • edit: test/IRGen/class.sil
    • edit: test/IRGen/objc_class_export.swift
    • edit: test/IRGen/subclass.swift
    • edit: test/IRGen/vtable.sil
    • edit: stdlib/public/runtime/SwiftObject.h
    • edit: test/stdlib/Inputs/SwiftObjectNSObject/SwiftObjectNSObject.m
    • edit: test/IRGen/generic_classes.sil
  • Commit 96c329654c10fbeee064ab3ee291fc6b4ad4c76b by hamish2knight:
    Add didSet recursion change to the changelog

    • edit: CHANGELOG.md
  • Commit 497915e01502f94fe24241d1b101f71958e8b319 by rjmccall:
    Fix printSILLocationDescription to not crash on DebugLocs.

    • edit: lib/SIL/PrettyStackTrace.cpp
  • Commit b4a19cc6ac21bbef985861af4692a7d9dee21fce by ditaliano:
    [Mangler] Fix mangling for associated types.

    • edit: test/IDE/comment_inherited_protocol.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
    • edit: test/Index/kinds.swift
    • edit: lib/AST/ASTMangler.cpp
    • edit: test/IDE/print_usrs.swift
    • edit: docs/ABI/Mangling.rst
    • edit: test/SourceKit/DocSupport/doc_source_file.swift.response
  • Commit 976401157f3ed6c31e1b882e5c433004ff024c0e by rjmccall:
    Bind layout type metadata correctly in outlined helper functions.

    • edit: lib/IRGen/GenType.cpp
    • edit: lib/IRGen/ResilientTypeInfo.h
    • edit: lib/IRGen/TypeInfo.h
    • add: lib/IRGen/Outlining.h
    • edit: test/IRGen/archetype_resilience.sil
    • edit: test/IRGen/enum.sil
    • edit: lib/IRGen/CMakeLists.txt
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/GenValueWitness.cpp
    • edit: lib/IRGen/GenArchetype.cpp
    • edit: lib/IRGen/GenDecl.h
    • edit: lib/IRGen/FixedTypeInfo.h
    • edit: test/IRGen/generic_structs.swift
    • edit: lib/IRGen/IRGenModule.h
    • add: lib/IRGen/Outlining.cpp
    • edit: lib/IRGen/GenExistential.cpp
    • edit: lib/IRGen/GenRecord.h
    • edit: lib/IRGen/GenEnum.h
  • Commit fb2030b5af3ff51d5875cde3dfa345d8f788f85c by jgroff:
    SILGen: Fix a null-dereference bug handling writeback to global computed

    • edit: test/SILGen/properties.swift
    • edit: lib/SILGen/SILGenLValue.cpp
  • Commit a539c8f11def72fe472c296c5c0d69303da89621 by shajrawi:
    SILType: rename isLoadableOrLowered to isLoadableOrOpaque

    • edit: include/swift/SIL/SILType.h
    • edit: lib/SIL/SILType.cpp
    • edit: lib/SIL/SILBuilder.cpp
    • edit: include/swift/SIL/SILBuilder.h
  • Commit 47115e6dbd8759acddd89245bfaafde79873770b by ditaliano:
    [SILVerifier] Loosen verification for debug info scopes holes.

    • edit: include/swift/SIL/DebugUtils.h
    • edit: lib/SIL/SILVerifier.cpp
  • Commit fd6bfcab3ff872b386dbddd66fa116fbb077f828 by spestov:
    Runtime: New RelativeIndirectPointer template

    • edit: lib/IRGen/ConstantBuilder.h
    • edit: include/swift/Basic/RelativePointer.h
  • Commit 19982ebaaa61fd092926c8969fd554353f9a2424 by spestov:
    IRGen: Header gardening

    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: lib/IRGen/IRGenMangler.cpp
    • edit: lib/IRGen/IRGenMangler.h
  • Commit 33f27ec85c3a071e171c5729f382304dca598e1b by spestov:
    IRGen: The protocol requirement array is true-const

    • edit: lib/IRGen/GenMeta.cpp
  • Commit e7ac4f5af274dc1f48afa6cdfde7a57bdd6231bd by spestov:
    IRGen: Mangled name for protocol requirement array

    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/IRGen/GenDecl.cpp
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: test/IRGen/protocol_metadata.swift
    • edit: lib/IRGen/GenMeta.cpp
    • edit: test/IRGen/protocol_resilience.sil
    • edit: lib/IRGen/IRGenMangler.h
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/IRGen/Linking.cpp
    • edit: lib/Demangling/NodePrinter.cpp
  • Commit 784df65753f3407eb05319bf135cc675a889f5f9 by mark.lacey:
    Disable a test that seems to infinitely recurse on a diagnostic

    • edit: validation-test/compiler_crashers/28869-swift-diagnosticengine-formatdiagnostictext-llvm-raw-ostream-llvm-stringref-llvm.swift
  • Commit 2810965a1b527fb26815ffbd3260cef449730167 by ahatanaka:
    [ObjC] Make C++ triviality type traits available to non-trivial C

    • edit: include/clang/Basic/TokenKinds.def
    • edit: lib/Sema/SemaExprCXX.cpp
    • add: test/SemaObjC/non-trivial-struct-traits.m
  • Commit 310bd08663e97ad89dd4ca51dd0f0c5881b1301f by ankit_aggarwal:
    [WorkspaceTests] Disable a test on linux

    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
  • Commit e1a764df829b68f59892babb17a2d0d2541b559d by dgregor:
    Reimplement GetDynamicTypeAndAddress_Class using the Remote AST library.

    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: lit/SwiftREPL/NSString.test
  • Commit a1e9c2d1151491dedebdb151b8623e63d8fcb432 by aprantl:
    SwiftExpressionParser: Factor out the setup of the SwiftASTContext.

    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
  • Commit 40dc59a58dd77c22047dbe4432be872106ad9894 by ditaliano:
    [SwiftASTContext] Remove dead code. NFCI.

    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit dca42a8ce0fbe287df5dfede32cbdb392f4cc2d2 by aprantl:
    SwiftExpressionParser: upstream differences from local branch

    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp