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

Douglas Gregor dgregor at apple.com
Mon Sep 25 17:44:09 CDT 2017


I reverted these commits a while ago. The bots are still catching up.

	- Doug

> On Sep 25, 2017, at 3:43 PM, no-reply at swift.org wrote:
> 
> [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#358]
> 
> Build URL:	https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/358/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/358/>
> Project:	oss-swift-package-linux-ubuntu-16_10
> Date of build:	Mon, 25 Sep 2017 17:16:05 -0500
> Build duration:	27 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-swift-package-linux-ubuntu-16_10/358/consoleFull#-48011222ba62d58e-7248-467b-91e0-c7508d5cf947>
> Changes
> 
> Commit 16cae695c647bca8945e3411f64a44d8a740cbad by mark.lacey:
> Small clean-ups to Type::join.
> 
> edit: lib/AST/TypeJoinMeet.cpp
> 
> Commit c4fa0576d11a71af82ba895a3f2ca5b36a7ca3b8 by mark.lacey:
> Switch TypeJoin over to being a CanTypeVisitor.
> 
> edit: lib/AST/TypeJoinMeet.cpp
> edit: include/swift/AST/Type.h
> 
> Commit 122d07b063a415df52bcc10c97b9d207ff40859a by dgregor:
> [GSB] Centralize lookup of nested types.
> 
> edit: include/swift/AST/GenericSignatureBuilder.h
> edit: lib/AST/GenericSignatureBuilder.cpp
> 
> Commit 32260c8d00b96f2966f05e626402938c11c4cb65 by dgregor:
> [GSB] Simplify some interfaces. NFC
> 
> edit: lib/AST/GenericSignatureBuilder.cpp
> edit: include/swift/AST/GenericSignatureBuilder.h
> 
> Commit 9f063e9657f1e9453b310bcf85e39c61a89ae1d7 by dgregor:
> Stop dumping the full state of the GSB in testing.
> 
> edit: test/Generics/protocol_type_aliases.swift
> edit: test/Generics/associated_type_typo.swift
> edit: lib/Sema/TypeCheckGeneric.cpp
> edit: test/Generics/superclass_constraint.swift
> edit: test/Generics/requirement_inference.swift
> 
> Commit a048194041ca1232a5887216d2985a358d16f54b by dgregor:
> [GSB] Tighten up interfaces for computing a generic signature.
> 
> edit: lib/AST/GenericSignatureBuilder.cpp
> edit: lib/AST/Decl.cpp
> edit: lib/SILGen/SILGenPoly.cpp
> edit: lib/Sema/TypeCheckAttr.cpp
> edit: lib/AST/Builtins.cpp
> edit: lib/Sema/TypeCheckProtocol.cpp
> edit: lib/AST/ASTContext.cpp
> edit: lib/ClangImporter/ImportDecl.cpp
> edit: lib/SILOptimizer/Utils/Generics.cpp
> edit: lib/Sema/TypeCheckGeneric.cpp
> edit: include/swift/AST/GenericSignatureBuilder.h
> 
> Commit f5e9ca57ddacff427ac0736dd716ad8001b88acb by dgregor:
> [GSB] Inline getGenericSignature() into it’s only caller.
> 
> edit: lib/AST/GenericSignatureBuilder.cpp
> edit: include/swift/AST/GenericSignatureBuilder.h
> 
> Commit 3e1737ef3bc12cd78a492417fb461de136c5a76f by dgregor:
> [GSB] Silence errors at unknown locations.
> 
> edit: lib/AST/GenericSignatureBuilder.cpp
> 
> Commit 44d444c55629fd15215d059eb2651cafad430c82 by dgregor:
> [GSB] Cache the nested types of an equivalence class.
> 
> edit: include/swift/AST/GenericSignatureBuilder.h
> edit: lib/AST/GenericSignatureBuilder.cpp
> 
> Commit 896e0925e67356f428850013ff14afeec37a7a15 by dgregor:
> [Type checker] Replace a use of
> 
> edit: lib/Sema/TypeCheckGeneric.cpp
> edit: test/decl/protocol/recursive_requirement.swift
> edit: include/swift/AST/GenericSignatureBuilder.h
> 
> Commit 4b43cbe26b074889efa1c80c3253aa89c1cbf1e7 by dgregor:
> Resolve a fixed crasher
> 
> delete: validation-test/compiler_crashers/28816-unreachable-executed-at-swift-lib-sema-typecheckgeneric-cpp-214.swift
> add: validation-test/compiler_crashers_fixed/28816-unreachable-executed-at-swift-lib-sema-typecheckgeneric-cpp-214.swift
> 
> Commit c2d8cc7ff0ee38b5d9602b6a1cf1e625e0d69220 by mgottesman:
> [benchmark] Add support for building out of tree via build-script
> 
> edit: utils/build-script-impl
> edit: utils/build_swift/driver_arguments.py
> edit: utils/build-script
> add: cmake/modules/SwiftExternalBenchmarkBuild.cmake
> edit: benchmark/CMakeLists.txt
> edit: benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
> edit: benchmark/cmake/modules/SwiftBenchmarkUtils.cmake
> edit: CMakeLists.txt
> 
> Commit 6ae177059a105af146a16c37a8446785a0c4b81c by aschwaighofer:
> CodeGen: support SwiftError SwiftCC on Windows x64
> 
> add: test/CodeGen/X86/swift-error.ll
> edit: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
> edit: lib/Target/X86/X86CallingConv.td
> 
> Commit 5ebd129de55a441676286b40798c6af08b5ee44f by aschwaighofer:
> AArch64: support SwiftCC properly on AAPCS64
> 
> edit: lib/Target/AArch64/AArch64CallingConvention.td
> add: test/CodeGen/AArch64/swift-error.ll
> 
> Commit 55d3d98d4168e8f96d4fb7ad1680b7f0b4e6c2ee by aschwaighofer:
> [ARM] Use Swift error registers on non-Darwin targets
> 
> edit: test/CodeGen/ARM/swifterror.ll
> edit: lib/Target/ARM/ARMBaseRegisterInfo.cpp
> 
> Commit e08af344779a6a1c1fac376f0bd7f770cdb7c919 by aschwaighofer:
> ARM: Use the proper swifterror CSR list on platforms other than darwin
> 
> edit: lib/Target/ARM/ARMBaseRegisterInfo.cpp
> edit: lib/Target/ARM/ARMCallingConv.td
> edit: test/CodeGen/ARM/swifterror.ll
> 
> Commit 80c922c966e2a92cf943fb0c448f48aff63294e8 by aschwaighofer:
> [ARM] Fix -Wdangling-else warning.
> 
> edit: lib/Target/ARM/ARMBaseRegisterInfo.cpp
> 
> Commit 720c0c6d783d6518337ea7f9a469db50dbd2a791 by aschwaighofer:
> ARM: One more fix for swifterror CSR set
> 
> edit: lib/Target/ARM/ARMBaseRegisterInfo.cpp
> edit: lib/Target/ARM/ARMCallingConv.td
> 
> Commit 4d723e41c58b818160449869ea9ea8962d1c42cf by vsapsai:
> [Sema] Fix using old initializer during switch statement transformation.
> 
> add: test/SemaCXX/cxx1z-init-statement-template.cpp
> edit: lib/Sema/TreeTransform.h
> 
> Commit f39cec1a6135e38d20e50b441508576493bc8fc5 by vsapsai:
> [Sema] Prevent InstantiateClass from checking unrelated exception specs.
> 
> edit: lib/Sema/SemaTemplateInstantiate.cpp
> edit: test/SemaTemplate/default-arguments-cxx0x.cpp
> edit: include/clang/Sema/Sema.h
> edit: test/SemaTemplate/crash-unparsed-exception.cpp

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


More information about the swift-dev mailing list