Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7598

2016-12-14 Thread Greg Parker via swift-dev
Smells like a missing build dependency somewhere.


> On Dec 14, 2016, at 5:40 PM, Slava Pestov via swift-dev  
> wrote:
> 
> Does anyone know what happened here? It doesn’t look like any of the patches 
> in the blame log could have caused this:
> 
> /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/stdlib/public/SDK/XPC/XPC.swift:14:8:
>  error: no such module '_SwiftXPCOverlayShims'
> import _SwiftXPCOverlayShims
> 
> 
>> On Dec 14, 2016, at 4:00 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-osx [#7598]
>> 
>> Build URL:   https://ci.swift.org/job/oss-swift-incremental-RA-osx/7598/ 
>> 
>> Project: oss-swift-incremental-RA-osx
>> Date of build:   Wed, 14 Dec 2016 15:43:10 -0800
>> 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 
>> 
>> Changes
>> 
>> Commit 3ba23ac3d2f5947bb2c70c1f96675bc951cf77a9 by mren:
>> PR28438: Update the information on an identifier with local definitions
>> 
>> add: test/Modules/Inputs/PR28438/module.modulemap
>> add: test/Modules/Inputs/PR28438/a.h
>> add: test/Modules/Inputs/PR28438/b1.h
>> edit: lib/Lex/Preprocessor.cpp
>> add: test/Modules/pr28438.cpp
>> edit: include/clang/Lex/Preprocessor.h
>> add: test/Modules/Inputs/PR28438/b2.h
>> 
>> Commit 6ba447b5b0cfd93f8bfd414357216513f30a9382 by mren:
>> Remove debugging aids from this test and fix its expectations.
>> 
>> edit: test/Modules/pr28438.cpp
>> 
>> Commit 05e5ddd52f8ada6638b7eed1a99b2d7eba04c9a0 by vsk:
>> [cmake] Check if SANITIZER_MIN_OSX_VERSION is defined before using it
>> 
>> edit: CMakeLists.txt
>> 
>> Commit b6823b930b19b6db71f6e0cd37842e5bff98118a by jgroff:
>> SIL: Change SILType::subst to be SubstitutionMap-based.
>> 
>> edit: include/swift/AST/SubstitutionMap.h
>> edit: lib/SILGen/SILGenFunction.cpp
>> edit: lib/SILGen/SILGenDestructor.cpp
>> edit: include/swift/SIL/SILType.h
>> edit: include/swift/SIL/SILCloner.h
>> edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
>> edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
>> edit: lib/SILGen/SILGenApply.cpp
>> edit: lib/SIL/SILVerifier.cpp
>> edit: lib/SIL/SILBuilder.cpp
>> edit: lib/SILGen/SILGenExpr.cpp
>> edit: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp
>> edit: lib/SILOptimizer/Utils/Devirtualize.cpp
>> edit: lib/SIL/SILFunctionType.cpp
>> edit: lib/SIL/SILType.cpp
>> edit: include/swift/AST/Types.h
>> edit: lib/Parse/ParseSIL.cpp
>> edit: lib/SILGen/SILGenBridging.cpp
>> edit: lib/Serialization/DeserializeSIL.cpp
>> edit: lib/SILOptimizer/Transforms/CSE.cpp
>> edit: lib/SILOptimizer/Utils/Generics.cpp
>> edit: include/swift/SIL/TypeSubstCloner.h
>> edit: lib/SILGen/SILGenPoly.cpp
>> edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
>> edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
>> edit: lib/SILGen/SILGenLValue.cpp
>> 
>> Commit ef011690e31c35fed7b5b415fe89277d93d1c3d3 by eeckstein:
>> Revert "[docs] DebuggingTheCompiler.rst => DebuggingTheCompiler.md."
>> 
>> delete: docs/DebuggingTheCompiler.md
>> add: docs/DebuggingTheCompiler.rst
>> 
>> Commit 361d026080a35c3f05f634fe2445a99049b92749 by gparker-github:
>> [runtime] Use memory_order_consume hack on 32-bit arm architectures.
>> 
>> edit: include/swift/Runtime/Metadata.h
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7598

2016-12-14 Thread Vedant Kumar via swift-dev
Looks like it was a transient issue :(. #7599 is blue.

vedant

> On Dec 14, 2016, at 5:40 PM, Slava Pestov  wrote:
> 
> Does anyone know what happened here? It doesn’t look like any of the patches 
> in the blame log could have caused this:
> 
> /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/stdlib/public/SDK/XPC/XPC.swift:14:8:
>  error: no such module '_SwiftXPCOverlayShims'
> 
> import _SwiftXPCOverlayShims
> 
> 
>> On Dec 14, 2016, at 4:00 PM, no-re...@swift.org wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-osx [#7598]
>> 
>> Build URL:   https://ci.swift.org/job/oss-swift-incremental-RA-osx/7598/
>> Project: oss-swift-incremental-RA-osx
>> Date of build:   Wed, 14 Dec 2016 15:43:10 -0800
>> 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
>> 
>> Changes
>> 
>>  • Commit 3ba23ac3d2f5947bb2c70c1f96675bc951cf77a9 by mren:
>> PR28438: Update the information on an identifier with local definitions
>> 
>>  • add: test/Modules/Inputs/PR28438/module.modulemap
>>  • add: test/Modules/Inputs/PR28438/a.h
>>  • add: test/Modules/Inputs/PR28438/b1.h
>>  • edit: lib/Lex/Preprocessor.cpp
>>  • add: test/Modules/pr28438.cpp
>>  • edit: include/clang/Lex/Preprocessor.h
>>  • add: test/Modules/Inputs/PR28438/b2.h
>> 
>>  • Commit 6ba447b5b0cfd93f8bfd414357216513f30a9382 by mren:
>> Remove debugging aids from this test and fix its expectations.
>> 
>>  • edit: test/Modules/pr28438.cpp
>> 
>>  • Commit 05e5ddd52f8ada6638b7eed1a99b2d7eba04c9a0 by vsk:
>> [cmake] Check if SANITIZER_MIN_OSX_VERSION is defined before using it
>> 
>>  • edit: CMakeLists.txt
>> 
>>  • Commit b6823b930b19b6db71f6e0cd37842e5bff98118a by jgroff:
>> SIL: Change SILType::subst to be SubstitutionMap-based.
>> 
>>  • edit: include/swift/AST/SubstitutionMap.h
>>  • edit: lib/SILGen/SILGenFunction.cpp
>>  • edit: lib/SILGen/SILGenDestructor.cpp
>>  • edit: include/swift/SIL/SILType.h
>>  • edit: include/swift/SIL/SILCloner.h
>>  • edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
>>  • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
>>  • edit: lib/SILGen/SILGenApply.cpp
>>  • edit: lib/SIL/SILVerifier.cpp
>>  • edit: lib/SIL/SILBuilder.cpp
>>  • edit: lib/SILGen/SILGenExpr.cpp
>>  • edit: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp
>>  • edit: lib/SILOptimizer/Utils/Devirtualize.cpp
>>  • edit: lib/SIL/SILFunctionType.cpp
>>  • edit: lib/SIL/SILType.cpp
>>  • edit: include/swift/AST/Types.h
>>  • edit: lib/Parse/ParseSIL.cpp
>>  • edit: lib/SILGen/SILGenBridging.cpp
>>  • edit: lib/Serialization/DeserializeSIL.cpp
>>  • edit: lib/SILOptimizer/Transforms/CSE.cpp
>>  • edit: lib/SILOptimizer/Utils/Generics.cpp
>>  • edit: include/swift/SIL/TypeSubstCloner.h
>>  • edit: lib/SILGen/SILGenPoly.cpp
>>  • edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
>>  • edit: 
>> lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
>>  • edit: lib/SILGen/SILGenLValue.cpp
>> 
>>  • Commit ef011690e31c35fed7b5b415fe89277d93d1c3d3 by eeckstein:
>> Revert "[docs] DebuggingTheCompiler.rst => DebuggingTheCompiler.md."
>> 
>>  • delete: docs/DebuggingTheCompiler.md
>>  • add: docs/DebuggingTheCompiler.rst
>> 
>>  • Commit 361d026080a35c3f05f634fe2445a99049b92749 by gparker-github:
>> [runtime] Use memory_order_consume hack on 32-bit arm architectures.
>> 
>>  • edit: include/swift/Runtime/Metadata.h
> 

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7598

2016-12-14 Thread Slava Pestov via swift-dev
Does anyone know what happened here? It doesn’t look like any of the patches in 
the blame log could have caused this:

/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/stdlib/public/SDK/XPC/XPC.swift:14:8:
 error: no such module '_SwiftXPCOverlayShims'
import _SwiftXPCOverlayShims


> On Dec 14, 2016, at 4:00 PM, no-re...@swift.org  
> wrote:
> 
> [FAILURE] oss-swift-incremental-RA-osx [#7598]
> 
> Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7598/ 
> 
> Project:  oss-swift-incremental-RA-osx
> Date of build:Wed, 14 Dec 2016 15:43:10 -0800
> 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 
> 
> Changes
> 
> Commit 3ba23ac3d2f5947bb2c70c1f96675bc951cf77a9 by mren:
> PR28438: Update the information on an identifier with local definitions
> 
> add: test/Modules/Inputs/PR28438/module.modulemap
> add: test/Modules/Inputs/PR28438/a.h
> add: test/Modules/Inputs/PR28438/b1.h
> edit: lib/Lex/Preprocessor.cpp
> add: test/Modules/pr28438.cpp
> edit: include/clang/Lex/Preprocessor.h
> add: test/Modules/Inputs/PR28438/b2.h
> 
> Commit 6ba447b5b0cfd93f8bfd414357216513f30a9382 by mren:
> Remove debugging aids from this test and fix its expectations.
> 
> edit: test/Modules/pr28438.cpp
> 
> Commit 05e5ddd52f8ada6638b7eed1a99b2d7eba04c9a0 by vsk:
> [cmake] Check if SANITIZER_MIN_OSX_VERSION is defined before using it
> 
> edit: CMakeLists.txt
> 
> Commit b6823b930b19b6db71f6e0cd37842e5bff98118a by jgroff:
> SIL: Change SILType::subst to be SubstitutionMap-based.
> 
> edit: include/swift/AST/SubstitutionMap.h
> edit: lib/SILGen/SILGenFunction.cpp
> edit: lib/SILGen/SILGenDestructor.cpp
> edit: include/swift/SIL/SILType.h
> edit: include/swift/SIL/SILCloner.h
> edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
> edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
> edit: lib/SILGen/SILGenApply.cpp
> edit: lib/SIL/SILVerifier.cpp
> edit: lib/SIL/SILBuilder.cpp
> edit: lib/SILGen/SILGenExpr.cpp
> edit: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp
> edit: lib/SILOptimizer/Utils/Devirtualize.cpp
> edit: lib/SIL/SILFunctionType.cpp
> edit: lib/SIL/SILType.cpp
> edit: include/swift/AST/Types.h
> edit: lib/Parse/ParseSIL.cpp
> edit: lib/SILGen/SILGenBridging.cpp
> edit: lib/Serialization/DeserializeSIL.cpp
> edit: lib/SILOptimizer/Transforms/CSE.cpp
> edit: lib/SILOptimizer/Utils/Generics.cpp
> edit: include/swift/SIL/TypeSubstCloner.h
> edit: lib/SILGen/SILGenPoly.cpp
> edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
> edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
> edit: lib/SILGen/SILGenLValue.cpp
> 
> Commit ef011690e31c35fed7b5b415fe89277d93d1c3d3 by eeckstein:
> Revert "[docs] DebuggingTheCompiler.rst => DebuggingTheCompiler.md."
> 
> delete: docs/DebuggingTheCompiler.md
> add: docs/DebuggingTheCompiler.rst
> 
> Commit 361d026080a35c3f05f634fe2445a99049b92749 by gparker-github:
> [runtime] Use memory_order_consume hack on 32-bit arm architectures.
> 
> edit: include/swift/Runtime/Metadata.h

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev