Report
[FAILURE] oss-swift-package-osx [#2345]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2345/
Project:
oss-swift-package-osx
Date of build:
Thu, 11 Oct 2018 20:41:00 -0500
Build duration:
2 hr 43 min
Identified problems:
- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Changes
-
Commit bd28b0ea1b6ab1e981e1e591e10c42d5adcf71af by atrick:
SILCloner and SILInliner rewrite.- edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
- edit: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp
- edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
- edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
- edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
- edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
- edit: include/swift/SILOptimizer/Utils/GenericCloner.h
- edit: lib/SILOptimizer/Utils/Local.cpp
- edit: include/swift/SIL/DebugUtils.h
- edit: test/SILOptimizer/mandatory_inlining.sil
- edit: test/SILOptimizer/inline_begin_apply.sil
- edit: include/swift/SILOptimizer/Utils/SILInliner.h
- edit: lib/SILOptimizer/Utils/SILInliner.cpp
- edit: include/swift/SIL/TypeSubstCloner.h
- edit: include/swift/SILOptimizer/Utils/Local.h
- edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
- edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
- edit: lib/SILOptimizer/Utils/GenericCloner.cpp
- edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
- edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
-
Commit 1afd079b78505e14ec100798fd8172e2df5e7603 by mikeash:
[Runtime] Fix swift_retainCount for deiniting objects and BridgeObject- edit: stdlib/public/runtime/SwiftObject.mm
- edit: stdlib/public/runtime/HeapObject.cpp
- edit: stdlib/public/SwiftShims/RefCount.h
-
Commit 81fa786d6a90c9d1682f319704f3ea5a3b5fef17 by atrick:
Comments, typos, and cleanup from review.- edit: include/swift/SILOptimizer/Utils/Local.h
- edit: include/swift/SILOptimizer/Utils/SILInliner.h
- edit: include/swift/SIL/SILCloner.h
-
Commit c781d78782e9da7272b475cba3fced6410cf6df1 by atrick:
Fix #includes. Arnold's review.- edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
- edit: include/swift/SILOptimizer/Utils/SILInliner.h
- edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SILOptimizer/Utils/SILInliner.cpp
-
Commit 9e440d13a628bd19df23e2646ebc0962b2d1a08c by atrick:
Rename SILCloner doPostProcess and foldValue to recordClonedInstruction- edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
- edit: include/swift/SILOptimizer/Utils/Local.h
- edit: include/swift/SIL/TypeSubstCloner.h
-
Commit 62b511035710814ca286615bdaa02f85b17125c0 by mgottesman:
[sil] Add a new CastConsumptionKind called BorrowAlways.- edit: include/swift/SIL/Consumption.h
- edit: include/swift/SIL/SILInstruction.h
- edit: lib/ParseSIL/ParseSIL.cpp
- edit: lib/Serialization/DeserializeSIL.cpp
- edit: lib/SILGen/SILGenPattern.cpp
- edit: lib/SIL/SILVerifier.cpp
- edit: lib/Serialization/SerializeSIL.cpp
- edit: include/swift/Serialization/ModuleFormat.h
- edit: lib/Serialization/SILFormat.h
- edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
- edit: lib/SIL/SILPrinter.cpp
- edit: lib/SILGen/SILGenDynamicCast.cpp
-
Commit aba018c1e83cf8ccef93bd506cfd76e2b109a58b by dgregor:
[ABI] Pass requirement base descriptor to- edit: lib/IRGen/GenProto.cpp
- edit: stdlib/public/runtime/MetadataLookup.cpp
- edit: test/IRGen/protocol_resilience_descriptors.swift
- edit: include/swift/Runtime/Metadata.h
- edit: stdlib/public/runtime/Metadata.cpp
- edit: test/IRGen/associated_types.swift
- edit: include/swift/Runtime/RuntimeFunctions.def
- edit: include/swift/ABI/Metadata.h
- edit: stdlib/public/runtime/ProtocolConformance.cpp
- edit: test/IRGen/generic_structs.sil
- edit: stdlib/public/runtime/Casting.cpp
-
Commit 7f988f86d7e285987fd3d0aa741ca64e58772c03 by eeckstein:
fix a linker error on the benchmark bot- edit: tools/SourceKit/tools/swift-lang/CMakeLists.txt
-
Commit a3a2606afe1151f9e51c264851d687500c3cbd89 by bviyer:
[Sema] Use a more civilized hash map to implement -Wduplicate-enum.- edit: test/Sema/warn-duplicate-enum.c
- edit: lib/Sema/SemaDecl.cpp
-
Commit 2291541882a05c72976c5b666b8bcc87cbdcdcd9 by bviyer:
Support enums with a fixed underlying type in all language modes.- edit: test/SemaObjC/enum-fixed-type.m
- edit: include/clang/Basic/DiagnosticParseKinds.td
- edit: lib/Parse/ParseDecl.cpp
- edit: include/clang/Basic/Features.def
- add: test/Sema/fixed-enum.c
-
Commit 8b2272b6ead3bc7603fc5db34be295f482b1580f by bviyer:
Add a new flag and attributes to control static destructor registration- edit: lib/Sema/SemaDeclAttr.cpp
- edit: include/clang/Basic/AttrDocs.td
- edit: include/clang/Basic/Attr.td
-
Commit 3df2b130c722d550c2c6514ee7f34bc1968ef7f8 by bob.wilson:
Revert "Add a new flag and attributes to control static destructor- edit: lib/Sema/SemaDeclAttr.cpp
- edit: include/clang/Basic/AttrDocs.td
- edit: include/clang/Basic/Attr.td