[swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #595
Vedant Kumar
vsk at apple.com
Mon Sep 18 19:25:17 CDT 2017
The sync'd llvm change did not make it into this build.
vedant
> On Sep 18, 2017, at 5:24 PM, no-reply at swift.org wrote:
>
> New issue found!
>
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#595]
>
> Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/595/ <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/595/>
> Project: oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build: Mon, 18 Sep 2017 19:08:14 -0500
> Build duration: 17 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-incremental-RA-linux-ubuntu-16_04/595/consoleFull#-9255463713122a513-f36a-4c87-8ed7-cbc36a1ec144>
> Changes
>
> Commit ec1e051a3670dcf83f25f6dd027480fbf290146e by rlevenstein:
> Add runtime library support for tracking the invocations of runtime
>
> add: stdlib/public/runtime/RuntimeInvocationsTracking.cpp
> edit: stdlib/public/runtime/CMakeLists.txt
> edit: stdlib/public/runtime/HeapObject.cpp
> add: stdlib/public/runtime/RuntimeInvocationsTracking.h
>
> Commit a590e4902e20b44ce8733b4ee5ec8f2e0c3cfa39 by rlevenstein:
> Add experimental Swift standard library support for tracking the
>
> edit: stdlib/public/core/GroupInfo.json
> add: stdlib/public/core/RuntimeFunctionCounters.swift
> edit: stdlib/public/core/CMakeLists.txt
>
> Commit 4b2c6c017e1554deb25ea715873dcebd26a7a3aa by rlevenstein:
> Add a test for testing the runtime function counters functionality
>
> add: test/stdlib/test_runtime_function_counters.swift
>
> Commit a4d5cad3a5da40b4b697e90d2dcd5cc7f14fe42a by rlevenstein:
> Fix creation of UnsafeRawPointer for found references
>
> edit: stdlib/public/core/RuntimeFunctionCounters.swift
>
> Commit 3392b765ea9f74b562d72eac0cffa238a65e78be by rlevenstein:
> Provide runtime function counters for object allocation, deallocation
>
> edit: test/stdlib/test_runtime_function_counters.swift
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.h
> edit: stdlib/public/runtime/HeapObject.cpp
>
> Commit 045dc3495566980040215dd581101cad6d9bf628 by rlevenstein:
> Address review comments related to the Swift standard library part of
>
> edit: stdlib/public/core/RuntimeFunctionCounters.swift
> edit: test/stdlib/test_runtime_function_counters.swift
>
> Commit 1996d5fb645797691685f44b863a6f99fdacab2b by rlevenstein:
> Address review comments.
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.cpp
> add: stdlib/public/runtime/RuntimeInvocationsTracking.def
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.h
>
> Commit 2012451eb1edd1f02e1a16661e9f4ac0d31dbc58 by rlevenstein:
> Fix a macro-definition
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.h
>
> Commit 8027fa2b0a1bc4574151b6487234ac553eaf3be8 by rlevenstein:
> The test needs the standard library (the runtime library part of it)
>
> edit: test/stdlib/test_runtime_function_counters.swift
>
> Commit 460de35b824c3ee26e868b51e8d8aacbd07de41f by rlevenstein:
> Expose runtime APIs for runtime function counters in such a way that
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.h
>
> Commit 7aa8d6f2b6e5e228f96daba42db1d6d50d68aec5 by rlevenstein:
> Warn if FUNCTION_TO_TRACK is not defined
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.def
>
> Commit d8c5238449b45f69598c9cc5406310c757194ce9 by rlevenstein:
> Move FUNCTION_TO_TRACK definitions closer to the includes of
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.cpp
>
> Commit acf94f94eca4ef0383e461548ddb55e945c3332d by lance_parker:
> Add -Onone to all the _Debug tests
>
> edit: test/stdlib/StringTraps.swift
> edit: test/stdlib/RangeTraps.swift
> edit: validation-test/stdlib/FloatingPointConversion.swift.gyb
> edit: test/stdlib/DictionaryTraps.swift
> edit: validation-test/stdlib/ArrayTraps.swift.gyb
> edit: validation-test/stdlib/FixedPointConversion.swift.gyb
> edit: validation-test/stdlib/ArrayTrapsObjC.swift.gyb
> edit: test/stdlib/IntervalTraps.swift
> edit: validation-test/stdlib/DictionaryTrapsObjC.swift
> edit: test/stdlib/SetTrapsObjC.swift
> edit: test/stdlib/CharacterTraps.swift
> edit: test/stdlib/SetTraps.swift
> edit: validation-test/stdlib/FixedPointArithmeticTraps.swift.gyb
> edit: validation-test/stdlib/Assert.swift
>
> Commit 51bb830763190c70bc1316d9a0b60614550b8afb by rlevenstein:
> #include should be on the next line after #define
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.h
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.cpp
>
> Commit acff3212b5ccca477c223b2256f0dc321486cf38 by rlevenstein:
> Add a comment explaining why the file needs to be compiled even in
>
> edit: stdlib/public/runtime/RuntimeInvocationsTracking.cpp
>
> Commit 8dfdcd9a617ed07c2c79a1995c872dd5175143ac by rlevenstein:
> Check that the runtime counters APIs are available even in no-asserts
>
> add: test/stdlib/test_runtime_function_counters_with_disabled_assertions.swift
>
> Commit 57454eb8c9ad01668309c978ec0cc8976af6d443 by xi_ge:
> SR-5739 Add refactoring action to collapse nested if (#11851)
>
> edit: include/swift/IDE/RefactoringKinds.def
> edit: tools/swift-refactor/swift-refactor.cpp
> add: test/refactoring/CollapseNestedIf/Outputs/basic/L15-3.swift.expected
> edit: lib/IDE/Refactoring.cpp
> add: test/refactoring/CollapseNestedIf/Outputs/basic/L21-3.swift.expected
> add: test/refactoring/CollapseNestedIf/basic.swift
> edit: test/refactoring/RefactoringKind/basic.swift
> add: test/refactoring/CollapseNestedIf/Outputs/basic/L3-3.swift.expected
> add: test/refactoring/CollapseNestedIf/Outputs/basic/L9-3.swift.expected
>
> Commit e8e7ec4c7ee63fc3c609f5b16a7a949c0ca2cb6e by aprantl:
> Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect
>
> delete: test/DebugInfo/X86/spill-indirect-nrvo.ll
> edit: lib/CodeGen/LiveDebugVariables.cpp
> edit: test/DebugInfo/X86/bbjoin.ll
> delete: test/DebugInfo/X86/spill-nontrivial-param.ll
>
> Commit be20218c969796fbc647885cc972b64ff682b3c3 by vsk:
> [Coverage] Use a new API to label gap areas
>
> edit: test/CoverageMapping/deferred-region.cpp
> edit: lib/CodeGen/CoverageMappingGen.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170918/14e21750/attachment.html>
More information about the swift-dev
mailing list