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

2016-12-08 Thread mishal_shah via swift-dev
Thanks! 

> On Dec 8, 2016, at 9:59 PM, Bob Wilson  wrote:
> 
> Yes, he renamed sil-extract to sil-func-extractor 
> (https://github.com/apple/swift/pull/6155/files 
> ) and missed updating some 
> places. This should fix it: https://github.com/apple/swift/pull/6159 
> 
> 
> (FWIW, I much preferred the old name. I don’t know why he changed it.)
> 
>> On Dec 8, 2016, at 8:08 PM, mishal_shah > > wrote:
>> 
>> Hi Michael,
>> 
>> Is this related to your changes? 
>> 
>> ninja: error: 'bin/sil-extract', needed by 
>> 'test/CMakeFiles/check-swift-validation-macosx-x86_64', missing and no known 
>> rule to make it
>> *** Failed while running tests for swift 
>> (check-swift-validation-macosx-x86_64)
>> 
>> Thanks,
>> Mishal Shah
>>> On Dec 8, 2016, at 7:52 PM, no-re...@swift.org  
>>> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-osx [#7501]
>>> 
>>> Build URL:  https://ci.swift.org/job/oss-swift-incremental-RA-osx/7501/ 
>>> 
>>> Project:oss-swift-incremental-RA-osx
>>> Date of build:  Thu, 08 Dec 2016 19:29:59 -0800
>>> Build duration: 22 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 0bfda96ace06c95fd7b8ab5c0a08ef828940f873 by mgottesman:
>>> [sil-func-extractor] Teach sil-extract to extract a list of functions
>>> 
>>> delete: test/sil-extract/basic.sil
>>> delete: test/sil-extract/basic.swift
>>> edit: test/ClangImporter/serialization-sil.swift
>>> add: test/sil-func-extractor/basic.swift
>>> delete: test/sil-extract/load-serialized-sil.swift
>>> edit: include/swift/Basic/STLExtras.h
>>> delete: tools/sil-extract/CMakeLists.txt
>>> add: test/sil-func-extractor/load-serialized-sil.swift
>>> edit: test/lit.cfg
>>> add: test/sil-func-extractor/basic.sil
>>> add: tools/sil-func-extractor/CMakeLists.txt
>>> add: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> edit: tools/CMakeLists.txt
>>> delete: tools/sil-extract/SILExtract.cpp
>>> add: test/sil-func-extractor/multiple-functions.sil
>>> 
>>> Commit 8972b43abbfb1773b2997da06873ec5fc2c94e6f by mgottesman:
>>> [sil-tooling] Rename sil-sort-output => emit-sorted-sil.
>>> 
>>> edit: tools/sil-opt/SILOpt.cpp
>>> edit: test/SIL/Serialization/semanticsattr.sil
>>> edit: test/SILOptimizer/inlinecaches_arc.sil
>>> edit: test/SILOptimizer/loop-region-analysis.sil
>>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> 
>>> Commit c12aeabd90a71e512618fdcc7d0e32adbbe1c462 by mgottesman:
>>> [sil-func-extractor] Add support for emitting sib files.
>>> 
>>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>>> edit: test/sil-func-extractor/basic.sil
>>> 
>>> Commit c2e63dcbc17a21ab07850a2ae151728eea8f48da by bob.wilson:
>>> Disable sanitizers for the runtime with
>>> 
>>> edit: stdlib/CMakeLists.txt
>>> 
>>> Commit 49e6c06eef75f2b6050876840bb3aeb978282be1 by jordan_rose:
>>> [validation-test] Remove "REQUIRES: asserts" from /fixed/ crash cases.
>>> 
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28423-swift-typechecker-validatedecl.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/003-swift-parser-parsetypesimple.sil
>>> edit: 
>>> validation-test/IDE/crashers_fixed/078-swift-iterativetypechecker-processtypechecksuperclass.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/008-swift-genericparamlist-getasgenericsignatureelements.sil
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28370-swift-decomposeparamtype.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28306-swift-lookupvisibledecls.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28410-swift-typechecker-typecheckdecl.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/087-swift-declcontext-getparentmodule.swift
>>> edit: validation-test/compiler_crashers_fixed/28454-hasval-failed.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
>>> edit: 
>>> validation-test/SIL/crashers_fixed/007-swift-abstractstoragedecl-makecomputed.sil
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28249-swift-typechecker-validategenericfuncsignature.swift
>>> edit: 
>>> validation-test/compiler_crashers_fixed/28291-swift-constraints-constraintsystem-comparesolutions.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/015-swift-typechecker-lookupunqualified.swift
>>> edit: 
>>> validation-test/IDE/crashers_fixed/056-swift-archetypebuilder-getallarchetypes.swift
>>> edit: 
>>> 

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

2016-12-08 Thread Bob Wilson via swift-dev
Yes, he renamed sil-extract to sil-func-extractor 
(https://github.com/apple/swift/pull/6155/files 
) and missed updating some 
places. This should fix it: https://github.com/apple/swift/pull/6159 


(FWIW, I much preferred the old name. I don’t know why he changed it.)

> On Dec 8, 2016, at 8:08 PM, mishal_shah  wrote:
> 
> Hi Michael,
> 
> Is this related to your changes? 
> 
> ninja: error: 'bin/sil-extract', needed by 
> 'test/CMakeFiles/check-swift-validation-macosx-x86_64', missing and no known 
> rule to make it
> *** Failed while running tests for swift 
> (check-swift-validation-macosx-x86_64)
> 
> Thanks,
> Mishal Shah
>> On Dec 8, 2016, at 7:52 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-osx [#7501]
>> 
>> Build URL:   https://ci.swift.org/job/oss-swift-incremental-RA-osx/7501/ 
>> 
>> Project: oss-swift-incremental-RA-osx
>> Date of build:   Thu, 08 Dec 2016 19:29:59 -0800
>> Build duration:  22 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 0bfda96ace06c95fd7b8ab5c0a08ef828940f873 by mgottesman:
>> [sil-func-extractor] Teach sil-extract to extract a list of functions
>> 
>> delete: test/sil-extract/basic.sil
>> delete: test/sil-extract/basic.swift
>> edit: test/ClangImporter/serialization-sil.swift
>> add: test/sil-func-extractor/basic.swift
>> delete: test/sil-extract/load-serialized-sil.swift
>> edit: include/swift/Basic/STLExtras.h
>> delete: tools/sil-extract/CMakeLists.txt
>> add: test/sil-func-extractor/load-serialized-sil.swift
>> edit: test/lit.cfg
>> add: test/sil-func-extractor/basic.sil
>> add: tools/sil-func-extractor/CMakeLists.txt
>> add: tools/sil-func-extractor/SILFunctionExtractor.cpp
>> edit: tools/CMakeLists.txt
>> delete: tools/sil-extract/SILExtract.cpp
>> add: test/sil-func-extractor/multiple-functions.sil
>> 
>> Commit 8972b43abbfb1773b2997da06873ec5fc2c94e6f by mgottesman:
>> [sil-tooling] Rename sil-sort-output => emit-sorted-sil.
>> 
>> edit: tools/sil-opt/SILOpt.cpp
>> edit: test/SIL/Serialization/semanticsattr.sil
>> edit: test/SILOptimizer/inlinecaches_arc.sil
>> edit: test/SILOptimizer/loop-region-analysis.sil
>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>> 
>> Commit c12aeabd90a71e512618fdcc7d0e32adbbe1c462 by mgottesman:
>> [sil-func-extractor] Add support for emitting sib files.
>> 
>> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
>> edit: test/sil-func-extractor/basic.sil
>> 
>> Commit c2e63dcbc17a21ab07850a2ae151728eea8f48da by bob.wilson:
>> Disable sanitizers for the runtime with
>> 
>> edit: stdlib/CMakeLists.txt
>> 
>> Commit 49e6c06eef75f2b6050876840bb3aeb978282be1 by jordan_rose:
>> [validation-test] Remove "REQUIRES: asserts" from /fixed/ crash cases.
>> 
>> edit: 
>> validation-test/compiler_crashers_fixed/28423-swift-typechecker-validatedecl.swift
>> edit: validation-test/SIL/crashers_fixed/003-swift-parser-parsetypesimple.sil
>> edit: 
>> validation-test/IDE/crashers_fixed/078-swift-iterativetypechecker-processtypechecksuperclass.swift
>> edit: 
>> validation-test/SIL/crashers_fixed/008-swift-genericparamlist-getasgenericsignatureelements.sil
>> edit: 
>> validation-test/compiler_crashers_fixed/28370-swift-decomposeparamtype.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/28306-swift-lookupvisibledecls.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/28410-swift-typechecker-typecheckdecl.swift
>> edit: 
>> validation-test/IDE/crashers_fixed/087-swift-declcontext-getparentmodule.swift
>> edit: validation-test/compiler_crashers_fixed/28454-hasval-failed.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
>> edit: 
>> validation-test/SIL/crashers_fixed/007-swift-abstractstoragedecl-makecomputed.sil
>> edit: 
>> validation-test/compiler_crashers_fixed/28249-swift-typechecker-validategenericfuncsignature.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/28291-swift-constraints-constraintsystem-comparesolutions.swift
>> edit: 
>> validation-test/IDE/crashers_fixed/015-swift-typechecker-lookupunqualified.swift
>> edit: 
>> validation-test/IDE/crashers_fixed/056-swift-archetypebuilder-getallarchetypes.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/28298-swift-namealiastype-getsinglydesugaredtype.swift
>> edit: validation-test/Sema/type_checker_crashers_fixed/rdar27575060.swift
>> edit: 
>> validation-test/compiler_crashers_fixed/28207-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
>> edit: 

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

2016-12-08 Thread mishal_shah via swift-dev
Hi Michael,

Is this related to your changes? 

ninja: error: 'bin/sil-extract', needed by 
'test/CMakeFiles/check-swift-validation-macosx-x86_64', missing and no known 
rule to make it
*** Failed while running tests for swift (check-swift-validation-macosx-x86_64)

Thanks,
Mishal Shah
> On Dec 8, 2016, at 7:52 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-osx [#7501]
> 
> Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7501/ 
> 
> Project:  oss-swift-incremental-RA-osx
> Date of build:Thu, 08 Dec 2016 19:29:59 -0800
> Build duration:   22 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 0bfda96ace06c95fd7b8ab5c0a08ef828940f873 by mgottesman:
> [sil-func-extractor] Teach sil-extract to extract a list of functions
> 
> delete: test/sil-extract/basic.sil
> delete: test/sil-extract/basic.swift
> edit: test/ClangImporter/serialization-sil.swift
> add: test/sil-func-extractor/basic.swift
> delete: test/sil-extract/load-serialized-sil.swift
> edit: include/swift/Basic/STLExtras.h
> delete: tools/sil-extract/CMakeLists.txt
> add: test/sil-func-extractor/load-serialized-sil.swift
> edit: test/lit.cfg
> add: test/sil-func-extractor/basic.sil
> add: tools/sil-func-extractor/CMakeLists.txt
> add: tools/sil-func-extractor/SILFunctionExtractor.cpp
> edit: tools/CMakeLists.txt
> delete: tools/sil-extract/SILExtract.cpp
> add: test/sil-func-extractor/multiple-functions.sil
> 
> Commit 8972b43abbfb1773b2997da06873ec5fc2c94e6f by mgottesman:
> [sil-tooling] Rename sil-sort-output => emit-sorted-sil.
> 
> edit: tools/sil-opt/SILOpt.cpp
> edit: test/SIL/Serialization/semanticsattr.sil
> edit: test/SILOptimizer/inlinecaches_arc.sil
> edit: test/SILOptimizer/loop-region-analysis.sil
> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
> 
> Commit c12aeabd90a71e512618fdcc7d0e32adbbe1c462 by mgottesman:
> [sil-func-extractor] Add support for emitting sib files.
> 
> edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
> edit: test/sil-func-extractor/basic.sil
> 
> Commit c2e63dcbc17a21ab07850a2ae151728eea8f48da by bob.wilson:
> Disable sanitizers for the runtime with
> 
> edit: stdlib/CMakeLists.txt
> 
> Commit 49e6c06eef75f2b6050876840bb3aeb978282be1 by jordan_rose:
> [validation-test] Remove "REQUIRES: asserts" from /fixed/ crash cases.
> 
> edit: 
> validation-test/compiler_crashers_fixed/28423-swift-typechecker-validatedecl.swift
> edit: validation-test/SIL/crashers_fixed/003-swift-parser-parsetypesimple.sil
> edit: 
> validation-test/IDE/crashers_fixed/078-swift-iterativetypechecker-processtypechecksuperclass.swift
> edit: 
> validation-test/SIL/crashers_fixed/008-swift-genericparamlist-getasgenericsignatureelements.sil
> edit: 
> validation-test/compiler_crashers_fixed/28370-swift-decomposeparamtype.swift
> edit: 
> validation-test/compiler_crashers_fixed/28306-swift-lookupvisibledecls.swift
> edit: 
> validation-test/compiler_crashers_fixed/28410-swift-typechecker-typecheckdecl.swift
> edit: 
> validation-test/IDE/crashers_fixed/087-swift-declcontext-getparentmodule.swift
> edit: validation-test/compiler_crashers_fixed/28454-hasval-failed.swift
> edit: 
> validation-test/compiler_crashers_fixed/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
> edit: 
> validation-test/SIL/crashers_fixed/007-swift-abstractstoragedecl-makecomputed.sil
> edit: 
> validation-test/compiler_crashers_fixed/28249-swift-typechecker-validategenericfuncsignature.swift
> edit: 
> validation-test/compiler_crashers_fixed/28291-swift-constraints-constraintsystem-comparesolutions.swift
> edit: 
> validation-test/IDE/crashers_fixed/015-swift-typechecker-lookupunqualified.swift
> edit: 
> validation-test/IDE/crashers_fixed/056-swift-archetypebuilder-getallarchetypes.swift
> edit: 
> validation-test/compiler_crashers_fixed/28298-swift-namealiastype-getsinglydesugaredtype.swift
> edit: validation-test/Sema/type_checker_crashers_fixed/rdar27575060.swift
> edit: 
> validation-test/compiler_crashers_fixed/28207-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
> edit: 
> validation-test/IDE/crashers_fixed/075-swift-printoptions-setarchetypeselftransform.swift
> edit: 
> validation-test/compiler_crashers_fixed/28433-swift-typechecker-typecheckdecl.swift
> edit: 
> validation-test/compiler_crashers_fixed/28343-swift-genericfunctiontype-get.swift
> edit: validation-test/compiler_crashers_fixed/28390-swift-expr-walk.swift
> edit: 
> validation-test/compiler_crashers_fixed/28320-swift-archetypebuilder-enumeraterequirements.swift
> edit: 
> validation-test/compiler_crashers_fixed/28375-swift-typechecker-lookupmembertype.swift
> edit: