[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #293

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#293]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/293/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Mon, 20 Feb 2017 16:20:23 -0800
Build duration:
21 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 848278c7bc3fa57ea935e387701e2acca85bcb53 by daniel_dunbar:
    [ui] Add support for showing the values in the database.

    • edit: products/ui/llbuildui/model.py
    • edit: products/ui/llbuildui/templates/rule_result.html
  • Commit 0bc802e7adbff3768a28525bd2da05c9505fdf36 by spestov:
    SourceKit: Fix indexing crash with protocol typealiases

    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/ProtocolConformance.h
    • edit: lib/Sema/TypeChecker.h
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/ResilienceDiagnostics.cpp
    • edit: lib/AST/ProtocolConformance.cpp
    • edit: lib/Sema/TypeCheckNameLookup.cpp
    • add: test/SourceKit/Indexing/sr_3815.swift
    • add: test/SourceKit/Indexing/sr_3815.swift.response
  • Commit a67a4e1a38109f7679b81fbb3dc80904bdf081cc by eeckstein:
    Don't de-virtualize in SILCombine.

    • edit: test/SILOptimizer/sil_combine.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • edit: lib/SILOptimizer/Utils/Devirtualize.cpp
    • edit: test/SILOptimizer/existential_type_propagation.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
    • edit: include/swift/SILOptimizer/Utils/Devirtualize.h
    • edit: lib/SILOptimizer/Transforms/Devirtualizer.cpp
    • edit: test/SILOptimizer/devirt_static_witness_method.sil
    • edit: test/SILOptimizer/devirt_default_witness_method.sil
  • Commit 042e6510c324c699b86e7a8d0d20068b2ee8feb4 by dgregor:
    [AST] Drop ProtocolDecl's "inherited protocols" list.

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/decl/class/circular_inheritance.swift
    • add: validation-test/compiler_crashers_fixed/28604-isinheritedprotocolsvalid.swift
    • edit: include/swift/AST/Decl.h
    • delete: validation-test/compiler_crashers/28604-isinheritedprotocolsvalid.swift
    • edit: lib/AST/Decl.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: test/decl/protocol/protocols.swift
    • edit: lib/IRGen/GenArchetype.cpp
    • delete: validation-test/compiler_crashers/28599-false-should-have-found-context-by-now.swift
    • add: validation-test/compiler_crashers_fixed/28599-false-should-have-found-context-by-now.swift
    • edit: lib/AST/Type.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: lib/AST/SubstitutionMap.cpp
    • edit: include/swift/SIL/SILWitnessVisitor.h
    • edit: lib/IRGen/Fulfillment.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/ITCDecl.cpp
  • Commit 205303aa64579b40d20c8e052d24c46a87d3a552 by blangmuir:
    Disable round_trip_stdlib.swift temporarily

    • edit: test/Syntax/round_trip_stdlib.swift
  • Commit cb5bc1fedf1da72e5cb25e529915cce941ad327d by mgottesman:
    Disable opaque_values_silgen.swift with a resilient stdlib until I have

    • edit: test/SILGen/opaque_values_silgen.swift
  • Commit b50f044c3d646abfe2e3264369b9a9b616ff6886 by github:
    Disable a part of the Syntax unit tests under no-asserts. (#7644)

    • edit: unittests/Syntax/TypeSyntaxTests.cpp
  • Commit 0b5b7d057e683a74fb76af36645c3ab5d32d0e3c by github:
    ASTPrinter: Expose a utility to print keywords directly by token kinds.

    • edit: include/swift/AST/ASTPrinter.h
    • edit: lib/AST/ASTPrinter.cpp
  • Commit 2be1062cf24daf7c32486b94417eded229b16557 by eeckstein:
    Revert "Disable two stdlib tests in optimization mode."

    • edit: validation-test/stdlib/Lazy.swift.gyb
    • edit: validation-test/stdlib/Arrays.swift.gyb
  • Commit e6a85f6602934d35d217f2ea23059660d543b5ff by github:
    [ClangImporter] Resolve forward declarations before importing names.

    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/MixedSource/Inputs/resolve-cross-language/Base.swift
    • add: test/ClangImporter/MixedSource/Inputs/import-mixed-framework-with-forward.h
    • add: test/ClangImporter/MixedSource/import-mixed-framework-with-forward.swift
    • edit: test/ClangImporter/MixedSource/Inputs/mixed-framework/Mixed.framework/Headers/Mixed.h
  • Commit 6e6f55380708487800262528fb6357c05dfd6d66 by dfarler:
    Fix egregious typo in swift-syntax-test

    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
  • Commit ca1f6491d8bf4bb466767719d5c31132af84ecc9 by friss:
    AArch64LoadStoreOptimizer: Correctly clear kill flags

    • edit: test/CodeGen/AArch64/ldst-opt.mir
    • edit: lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  • Commit e8a9985b7a07150ceb6816d4b49ac6e03a97cb9e by vsk:
    [llvm-cov] Fix a comment, NFC

    • edit: tools/llvm-cov/CodeCoverage.cpp
  • Commit 764bc27e393025d29b669867e6c1473e61d3cf07 by vsk:
    [llvm-cov] Refactor logic for storing demangled symbols, NFC

    • edit: tools/llvm-cov/CodeCoverage.cpp
    • edit: tools/llvm-cov/CoverageSummaryInfo.h
  • Commit ccebc065db1a1097088973cc6d866b263d659ffb by vsk:
    [llvm-cov] Demangle symbols in function summaries (fixes PR31394)

    • edit: tools/llvm-cov/CoverageReport.cpp
    • edit: tools/llvm-cov/CoverageReport.h
    • edit: tools/llvm-cov/CodeCoverage.cpp
    • edit: test/tools/llvm-cov/demangle.test
  • Commit d41b9636e0953dd43e20f86102acc35dfd8bd90b by vsk:
    [llvm-cov] Don't show function summaries when filtering by filename

    • edit: test/tools/llvm-cov/demangle.test
    • edit: test/tools/llvm-cov/report.cpp
    • edit: tools/llvm-cov/CodeCoverage.cpp
    • edit: docs/CommandGuide/llvm-cov.rst
  • Commit 13b8c356c05d9c3a8f2d947c4a034447bfdb5674 by vsk:
    [llvm-cov] Respect Windows line endings when parsing demangled symbols.

    • edit: tools/llvm-cov/CodeCoverage.cpp
  • Commit a31ca25acb7f0f0a0b9f4128f540e3910bf54a9d by scallanan:
    Updated the results formatter to eliminate redundant data.

    • edit: packages/Python/lldbsuite/test_event/formatter/results_formatter.py
  • Commit f5b29a797b85828ee48345f9991971594ad5b36e by scallanan:
    Updated the results formatter to eliminate redundant data.

    • edit: packages/Python/lldbsuite/test_event/formatter/results_formatter.py
  • Commit 7cf9be4cabc56615562b34d866a8bfb4d9d923ca by scallanan:
    Updated build-llvm.py to build swift-4.0-branch

    • edit: scripts/Xcode/build-llvm.py
  • Commit 9e4c695a404e5e29307b520cab73345b75cccf9a by scallanan:
    Revert "Update call to TypeAliasDecl constructor, added EqualLoc"

    • edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
  • Commit b060df44e5e03bc4668969855673ce240b3ae95a by scallanan:
    xfail TestSwiftReturns pending a fix.

    • edit: packages/Python/lldbsuite/test/lang/swift/return/TestSwiftReturns.py
  • Commit ca7ff8f069d91610f8ff175efd23fa8c5b74011b by github:
    Fixed file's groupOwnerName in attributesOfItem()

    • edit: Foundation/NSFileManager.swift
  • Commit 73bfce2a7e80ff0c9f6aef03ea8c43e0abd78bfe by github:
    Enhance FileManager.attributesOfItem(atPath:) Test

    • edit: TestFoundation/TestNSFileManager.swift