[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 16.04 (master) #677

This is my fault. I’ve got some tricky changes that require co-ordinated updates to lldb and swift. I’m going to push a fix shortly.

···

On Dec 1, 2016, at 3:09 PM, no-reply@swift.org wrote:

[FAILURE] oss-lldb-incremental-linux-ubuntu-16_04 [#677]

Build URL: https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_04/677/
Project: oss-lldb-incremental-linux-ubuntu-16_04
Date of build: Thu, 01 Dec 2016 13:57:14 -0800
Build duration: 1 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:
Indication 1 <https://ci.swift.org//job/oss-lldb-incremental-linux-ubuntu-16_04/677/consoleFull#-2137230461fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit 7a58f00b6d473ec68e8ce0d460d68799d4edddd3 by xi_ge:
[utils] Modify writeEdit() to take multiple edits instead of a single

edit: include/swift/Basic/Edit.h
edit: lib/Basic/Edit.cpp
edit: lib/FrontendTool/FrontendTool.cpp

Commit dfb035289aa5039fa56bb0e23ba490de9b08d835 by spestov:
IDE: Remove some redundant calls to getDesugaredType()

edit: lib/IDE/TypeReconstruction.cpp

Commit c71395a4c3a3b3a829e6e4d50fc2fca09754d021 by spestov:
Sema: Small cleanup in CSDiag

edit: lib/Sema/CSDiag.cpp
edit: test/stdlib/RangeDiagnostics.swift

Commit cb0126a30638118b58e2dd06f2b2e652e8a824f1 by spestov:
IRGen: Remove some dead code

edit: lib/IRGen/GenObjC.cpp

Commit 8bdbe774e0a941cc66ee6003372f3a89d3f220a6 by spestov:
AST: Don't call hasType()/getType()/setType() on SubscriptDecls

edit: lib/Parse/ParseDecl.cpp
edit: lib/SILGen/SILGenMaterializeForSet.cpp
edit: lib/AST/DeclContext.cpp
edit: lib/IDE/CodeCompletion.cpp
edit: lib/Serialization/Serialization.cpp
edit: include/swift/Serialization/ModuleFormat.h
edit: include/swift/AST/Decl.h
edit: lib/AST/ASTDumper.cpp
edit: lib/Serialization/Deserialization.cpp
edit: lib/SIL/AbstractionPattern.cpp
edit: lib/Sema/CodeSynthesis.cpp
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: lib/SILGen/SILGenExpr.cpp
edit: lib/Sema/MiscDiagnostics.cpp
edit: lib/AST/ASTPrinter.cpp
edit: lib/AST/Decl.cpp
edit: lib/ClangImporter/ImportDecl.cpp

Commit 2d83a79c2cd201057146cf7832923e6753addeee by spestov:
AST: Remove TypeDecl::getDeclaredType()

edit: lib/AST/Type.cpp
edit: include/swift/AST/Decl.h
edit: lib/Sema/TypeCheckType.cpp
edit: lib/AST/ArchetypeBuilder.cpp
edit: lib/IRGen/IRGenDebugInfo.cpp
edit: lib/Sema/CSDiag.cpp
edit: lib/Serialization/Deserialization.cpp
edit: lib/AST/DeclContext.cpp
edit: lib/ClangImporter/ImportType.cpp
edit: lib/IRGen/GenClangType.cpp
edit: lib/Sema/TypeCheckProtocol.cpp
edit: lib/PrintAsObjC/PrintAsObjC.cpp
edit: lib/SILGen/SILGenFunction.cpp
edit: lib/AST/Decl.cpp
edit: lib/Sema/TypeChecker.cpp
edit: lib/AST/Builtins.cpp
edit: tools/swift-ide-test/swift-ide-test.cpp
edit: lib/ClangImporter/ImportDecl.cpp
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/SILGen/SILGen.cpp
edit: lib/IDE/CodeCompletion.cpp
edit: lib/Sema/TypeCheckGeneric.cpp
edit: lib/SIL/SILFunctionType.cpp
edit: lib/Sema/TypeCheckExpr.cpp
edit: lib/Serialization/Serialization.cpp
edit: lib/Sema/ConstraintSystem.cpp

Commit 07780bd60cc21295f020b55f3752467ae7a153c9 by spestov:
AST: Don't call hasType()/getType()/setType() on AbstractTypeParamDecls

edit: lib/AST/Decl.cpp
edit: include/swift/AST/Decl.h
edit: lib/SILGen/SILGenExpr.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: lib/AST/ASTDumper.cpp
edit: lib/AST/ArchetypeBuilder.cpp
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/Sema/TypeCheckNameLookup.cpp

Commit 9caaad442b3e84fc8d3b6b5aeb07d76760c65ab4 by spestov:
AST: Don't call hasType()/getType()/setType() on TypeDecls

edit: test/attr/attr_fixed_layout.swift
edit: lib/AST/DocComment.cpp
edit: lib/AST/ASTDumper.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: lib/Sema/TypeChecker.cpp
edit: lib/IDE/CodeCompletion.cpp
edit: lib/AST/Decl.cpp
edit: lib/Sema/TypeCheckConstraints.cpp
edit: lib/ClangImporter/ImportDecl.cpp
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/IRGen/IRGenDebugInfo.cpp
edit: lib/Sema/ITCDecl.cpp
edit: lib/Parse/ParseSIL.cpp
edit: lib/Sema/ConstraintSystem.cpp
edit: lib/AST/Module.cpp
edit: lib/IRGen/DebugTypeInfo.cpp
edit: lib/Sema/TypeCheckProtocol.cpp
edit: lib/Sema/TypeCheckPattern.cpp

Commit c4dbf9167632e4db3cd0d460dbf9a71f24daddf5 by spestov:
AST Dumper: Don't canonicalize interface types

edit: lib/AST/ASTDumper.cpp
edit: test/expr/capture/generic_params.swift

Commit 2ff99943133342cdc9ae5c12aac2e1188e20f712 by spestov:
Sema: Improve circularity checks

edit: test/decl/protocol/req/recursion.swift
edit: test/NameBinding/scope_map_lookup.swift
edit: test/Sema/circular_decl_checking.swift
edit: test/Generics/generic_types.swift
edit: lib/Sema/TypeCheckDecl.cpp
delete: validation-test/compiler_crashers/28393-swift-type-transform.swift
edit: include/swift/AST/DiagnosticsSema.def
edit: include/swift/AST/Decl.h
edit: lib/Sema/TypeCheckType.cpp
edit: lib/AST/ArchetypeBuilder.cpp
edit: lib/AST/Decl.cpp
add: validation-test/compiler_crashers_fixed/28393-swift-type-transform.swift
add: validation-test/compiler_crashers_fixed/28438-swift-typebase-getcanonicaltype.swift
delete: validation-test/compiler_crashers/28438-swift-typebase-getcanonicaltype.swift

Commit 7c99336a937dd461528117b9557fe708dc0e66d3 by mbraun:
Statistic/Timer: Include timers in PrintStatisticsJSON().

edit: test/Other/statistic.ll
edit: lib/Support/Timer.cpp
edit: include/llvm/ADT/Statistic.h
edit: lib/Support/Statistic.cpp
edit: include/llvm/Support/Timer.h