[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #2099

Slava Pestov spestov at apple.com
Wed Sep 14 19:06:27 CDT 2016


Fixed with an lldb patch: https://github.com/apple/swift-lldb/commit/17e76c3d4df10f109bca92c3095e388a9f39a7ce

> On Sep 14, 2016, at 4:53 PM, no-reply at swift.org wrote:
> 
> [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#2099]
> 
> Build URL:	https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/2099/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/2099/>
> Project:	oss-swift-package-linux-ubuntu-15_10
> Date of build:	Wed, 14 Sep 2016 16:30:26 -0700
> Build duration:	23 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
> Indication 1 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-15_10/2099/consoleFull#1799002090ee1a197b-acac-4b17-83cf-a53b95139a76>
> Changes
> 
> Commit 185921f6abbd5c107bdb582ce2f2bd5eef02e447 by spestov:
> AST: Remove slow version of Substitution::subst()
> 
> edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
> edit: include/swift/SIL/TypeSubstCloner.h
> edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
> edit: lib/SILOptimizer/Utils/Generics.cpp
> edit: include/swift/AST/Substitution.h
> edit: include/swift/SILOptimizer/Utils/GenericCloner.h
> edit: include/swift/SILOptimizer/Utils/SILInliner.h
> edit: lib/AST/Substitution.cpp
> edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
> 
> Commit 414f45d8d2219162b30d24f0a4797d9d39f69b60 by spestov:
> ClangImporter: Use ArchetypeBuilder to build protocol and extension
> 
> edit: lib/ClangImporter/ImportDecl.cpp
> edit: lib/ClangImporter/ImporterImpl.h
> 
> Commit aaf016c6452797bca33fb5081692927c01457f3f by spestov:
> AST: Remove ArchetypeType::isSelfDerived()
> 
> edit: lib/AST/Type.cpp
> edit: lib/Sema/ConstraintSystem.cpp
> edit: lib/SILGen/SILGenDecl.cpp
> edit: include/swift/AST/Types.h
> 
> Commit 132a47105c7c427052d7b8b27d56dc9787ee367f by spestov:
> Sema: Minor fixes
> 
> edit: lib/Sema/TypeCheckDecl.cpp
> edit: lib/AST/Decl.cpp
> edit: lib/Sema/TypeCheckType.cpp
> edit: lib/Sema/TypeCheckGeneric.cpp
> 
> Commit c498f37a5ef1fe7b71600f94b97836e3af20e028 by spestov:
> AST: Remove a bit of dead code
> 
> edit: include/swift/AST/ArchetypeBuilder.h
> 
> Commit 1e4eca80b4aa91317ed3e7585b81add5f025a010 by spestov:
> AST: More robust ASTScope for generic parameter list of a protocol
> 
> edit: lib/AST/ASTScope.cpp
> 
> Commit 0f62e68a4eeda77e78372573dd894d7a42338be7 by spestov:
> AST: Allow GenericSignatures where all parameters are concrete
> 
> edit: include/swift/AST/GenericSignature.h
> 
> Commit 960bbc3bcebb516bc2f2cc1b1bc7bd7a34e3b2e2 by spestov:
> Add a test for a SILGen bug that got fixed with recent generics changes
> 
> edit: test/SILGen/generic_witness.swift
> 
> Commit c710b04dbf3d8a32aa1991d9e14f9e0ea24be543 by eeckstein:
> IRGen: Let the stride of a type be at least one, even for zero-sized
> 
> edit: test/IRGen/indexing.sil
> edit: lib/IRGen/ValueWitness.h
> edit: stdlib/public/runtime/Enum.cpp
> add: test/IRGen/zero_size_types.swift
> edit: stdlib/public/Reflection/TypeLowering.cpp
> edit: lib/IRGen/FixedTypeInfo.h
> edit: stdlib/public/runtime/Metadata.cpp
> edit: stdlib/public/runtime/MetadataImpl.h
> edit: test/Reflection/typeref_lowering.swift
> edit: stdlib/public/runtime/ExistentialMetadataImpl.h
> 
> Commit 7c374066e69bba0a912b14a7340a352b55513b38 by eeckstein:
> Remove the strideof_nonzero builtin.
> 
> edit: lib/SILOptimizer/Analysis/ValueTracking.cpp
> edit: lib/AST/Builtins.cpp
> edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
> edit: lib/SILOptimizer/SILCombiner/SILCombinerBuiltinVisitors.cpp
> edit: test/IRGen/builtins.swift
> edit: include/swift/AST/Builtins.def
> edit: lib/IRGen/GenBuiltin.cpp
> edit: test/SILOptimizer/sil_combine.sil
> edit: stdlib/public/core/MemoryLayout.swift
> 
> Commit 7562c1033337614f8089e332609e57672ee0bf37 by blangmuir:
> [omit-needless-words] Fix a bug found by -Wunused-result
> 
> edit: test/IDE/Inputs/custom-modules/OmitNeedlessWords.h
> edit: lib/Basic/StringExtras.cpp
> edit: test/IDE/print_omit_needless_words.swift
> 
> Commit 04107ed8b23ec76cc3f6a3bf22dde393b0b1f0de by github:
> Revert "[omit-needless-words] Fix a bug found by -Wunused-result"
> 
> edit: lib/Basic/StringExtras.cpp
> edit: test/IDE/print_omit_needless_words.swift
> edit: test/IDE/Inputs/custom-modules/OmitNeedlessWords.h
> 
> Commit 521f1c66bb77b82b716353ba5e95d4cff4cf1d70 by mehdi.amini:
> Fix auto-upgrade of TBAA tags in Bitcode Reader
> 
> edit: lib/AsmParser/LLParser.cpp
> edit: tools/llvm-link/llvm-link.cpp
> add: test/LTO/X86/remangle_intrinsics_tbaa.ll
> add: test/LTO/X86/Inputs/remangle_intrinsics_tbaa.ll
> edit: lib/IR/AutoUpgrade.cpp
> edit: include/llvm/IR/AutoUpgrade.h
> edit: lib/Bitcode/Reader/BitcodeReader.cpp
> 
> Commit 04f68d7690f2b46d7120b502b521d13d2ff2a98a by dcoughlin:
> [analyzer] Weaken assertion in trackNullOrUndefValue()
> 
> edit: test/Analysis/inlining/false-positive-suppression.m
> edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160914/43fd7232/attachment.html>


More information about the swift-dev mailing list