Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1021

2018-01-11 Thread Vedant Kumar via swift-dev
Sorry for the noise, I see that you'd already taken care of this with 
d104a7aec405177384a4cf92a101b99297183fed.

vedant

> On Jan 11, 2018, at 5:36 PM, Vedant Kumar  wrote:
> 
> Hi Slava,
> 
> I think there might be a separate compilation breakage related to: IRGen: 
> Remove FieldAccess::NonConstantIndirect.
> 
> /Users/buildnode/jenkins/workspace/oss-lldb-swift-master-llvm-swift5-transition-incremental-osx/lldb/source/Symbol/SwiftASTContext.cpp:6891:38:
>  error: no member named 'mangleFieldOffsetFull' in 
> 'swift::irgen::IRGenMangler'
> 
>std::string buffer = mangler.mangleFieldOffsetFull(the_value_decl, 
> false);
> 
> Mind taking a look?
> 
> thanks,
> vedant
> 
> 
>> On Jan 11, 2018, at 2:52 PM, Slava Pestov via swift-dev 
>>  wrote:
>> 
>> That test failure is my fault. Sorry about that, I’ll fix it shortly. In the 
>> mean time you can do a smoke test instead of a full test and it won’t run 
>> i386 tests.
>> 
>> Slava
>> 
>>> On Jan 11, 2018, at 2:51 PM, Itai Ferber  wrote:
>>> 
>>> Hi Doug, Slava,
>>> 
>>> Looks like this is still an issue — just hit this on 
>>> https://github.com/apple/swift/pull/13879
>>> Does this failure look familiar to either of you?
>>> 
>>> — Itai
>>> 
>>> On 11 Jan 2018, at 7:12, swift-ci--- via swift-dev wrote:
>>> 
>>> [FAILURE] oss-swift-package-osx [#1021]
>>> 
>>> Build URL:  https://ci.swift.org/job/oss-swift-package-osx/1021/
>>> Project:oss-swift-package-osx
>>> Date of build:  Thu, 11 Jan 2018 06:39:53 -0600
>>> Build duration: 2 hr 32 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
>>> • 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 005267f2b087f1db34688670b5e273015dcdd2f2 by spestov:
>>> SIL: Remove obsolete comments from FormalLinkage.h
>>> 
>>> • edit: include/swift/SIL/FormalLinkage.h
>>> 
>>> • Commit 3dae007465eca11d6d202ed411579ffc86826f2a by spestov:
>>> IRGen: Remove FieldAccess::NonConstantIndirect
>>> 
>>> • edit: lib/IRGen/GenClass.cpp
>>> • edit: lib/IRGen/GenDecl.cpp
>>> • edit: lib/IRGen/GenMeta.cpp
>>> • edit: lib/TBDGen/TBDGen.cpp
>>> • edit: lib/IRGen/IRGenModule.h
>>> • edit: lib/IRGen/IRGenMangler.h
>>> • edit: lib/IRGen/Linking.cpp
>>> • edit: include/swift/IRGen/Linking.h
>>> • edit: lib/IRGen/StructLayout.h
>>> • edit: lib/IRGen/GenKeyPath.cpp
>>> 
>>> • Commit d134529e5491cce10b3af76e98356952e2c472f9 by spestov:
>>> IRGen: Field offset symbols of resilient classes have hidden linkage
>>> 
>>> • edit: test/IRGen/class_resilience.swift
>>> • edit: lib/IRGen/GenDecl.cpp
>>> 
>>> • Commit 065d18921f57d8e18637a6b9dd6d152806e5ed55 by spestov:
>>> IRGen: Test protocol dispatch thunk for a throwing method requirement
>>> 
>>> • edit: test/IRGen/protocol_resilience_thunks.swift
>>> 
>>> • Commit df10c8659b19ea0bf6ff34d95c87db4e3b4b480a by spestov:
>>> SILOptimizer: Fix mandatory inlining bug with resilience
>>> 
>>> • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
>>> • add: test/SILOptimizer/mandatory_inlining_resilience.sil
>>> 
>>> • Commit 992da7494ba8a0086f34e09b9dbd61ca6fb46d5f by spestov:
>>> SIL: Remove some uses of LValueType
>>> 
>>> • edit: lib/SIL/TypeLowering.cpp
>>> 
>>> • Commit 43aebc832e0a9c596d89a77c65b894b8ac570c95 by github:
>>> Revert "IUO: Add support for non-subscript dynamic lookup."
>>> 
>>> • edit: lib/Sema/ConstraintLocator.h
>>> • edit: lib/Sema/ConstraintSystem.cpp
>>> • edit: lib/Sema/CSApply.cpp
>>> • edit: lib/Sema/ConstraintSystem.h
>>> • edit: lib/Sema/ConstraintLocator.cpp
>>> 
>>> • Commit 2c86f918def205b9414d89ee7967360ef56fc88f by dgregor:
>>> [Runtime] Add tests for demanling never-before-seen types to metadata.
>>> 
>>> • edit: test/Runtime/demangleToMetadata.swift
>>> 
>>> • Commit 35268902332dd3ac0b746f863c9517bc2a96c1cb by spestov:
>>> TypeReconstruction: Fix reconstruction of InOutType
>>> 
>>> • edit: test/IDE/reconstruct_type_from_mangled_name.swift
>>> • edit: lib/IDE/TypeReconstruction.cpp
>>> 
>>> • Commit 759f4c3a2cb1531958465058849fabdb4e09e628 by dgregor:
>>> [Runtime] Skip Objective-C type records when looking for types.
>>> 
>>> • edit: test/Runtime/demangleToMetadataObjC.swift
>>> • edit: stdlib/public/runtime/ProtocolConformance.cpp
>>> • edit: stdlib/public/runtime/MetadataLookup.cpp
>>> 
>>> • Commit d104a7aec405177384a4cf92a101b99297183fed 

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1021

2018-01-11 Thread Vedant Kumar via swift-dev
Hi Slava,

I think there might be a separate compilation breakage related to: IRGen: 
Remove FieldAccess::NonConstantIndirect.

/Users/buildnode/jenkins/workspace/oss-lldb-swift-master-llvm-swift5-transition-incremental-osx/lldb/source/Symbol/SwiftASTContext.cpp:6891:38:
 error: no member named 'mangleFieldOffsetFull' in 'swift::irgen::IRGenMangler'

std::string buffer = mangler.mangleFieldOffsetFull(the_value_decl, 
false);

Mind taking a look?

thanks,
vedant


> On Jan 11, 2018, at 2:52 PM, Slava Pestov via swift-dev  
> wrote:
> 
> That test failure is my fault. Sorry about that, I’ll fix it shortly. In the 
> mean time you can do a smoke test instead of a full test and it won’t run 
> i386 tests.
> 
> Slava
> 
>> On Jan 11, 2018, at 2:51 PM, Itai Ferber  wrote:
>> 
>> Hi Doug, Slava,
>> 
>> Looks like this is still an issue — just hit this on 
>> https://github.com/apple/swift/pull/13879
>> Does this failure look familiar to either of you?
>> 
>> — Itai
>> 
>> On 11 Jan 2018, at 7:12, swift-ci--- via swift-dev wrote:
>> 
>> [FAILURE] oss-swift-package-osx [#1021]
>> 
>> Build URL:   https://ci.swift.org/job/oss-swift-package-osx/1021/
>> Project: oss-swift-package-osx
>> Date of build:   Thu, 11 Jan 2018 06:39:53 -0600
>> Build duration:  2 hr 32 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
>>  • 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 005267f2b087f1db34688670b5e273015dcdd2f2 by spestov:
>> SIL: Remove obsolete comments from FormalLinkage.h
>> 
>>  • edit: include/swift/SIL/FormalLinkage.h
>> 
>>  • Commit 3dae007465eca11d6d202ed411579ffc86826f2a by spestov:
>> IRGen: Remove FieldAccess::NonConstantIndirect
>> 
>>  • edit: lib/IRGen/GenClass.cpp
>>  • edit: lib/IRGen/GenDecl.cpp
>>  • edit: lib/IRGen/GenMeta.cpp
>>  • edit: lib/TBDGen/TBDGen.cpp
>>  • edit: lib/IRGen/IRGenModule.h
>>  • edit: lib/IRGen/IRGenMangler.h
>>  • edit: lib/IRGen/Linking.cpp
>>  • edit: include/swift/IRGen/Linking.h
>>  • edit: lib/IRGen/StructLayout.h
>>  • edit: lib/IRGen/GenKeyPath.cpp
>> 
>>  • Commit d134529e5491cce10b3af76e98356952e2c472f9 by spestov:
>> IRGen: Field offset symbols of resilient classes have hidden linkage
>> 
>>  • edit: test/IRGen/class_resilience.swift
>>  • edit: lib/IRGen/GenDecl.cpp
>> 
>>  • Commit 065d18921f57d8e18637a6b9dd6d152806e5ed55 by spestov:
>> IRGen: Test protocol dispatch thunk for a throwing method requirement
>> 
>>  • edit: test/IRGen/protocol_resilience_thunks.swift
>> 
>>  • Commit df10c8659b19ea0bf6ff34d95c87db4e3b4b480a by spestov:
>> SILOptimizer: Fix mandatory inlining bug with resilience
>> 
>>  • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
>>  • add: test/SILOptimizer/mandatory_inlining_resilience.sil
>> 
>>  • Commit 992da7494ba8a0086f34e09b9dbd61ca6fb46d5f by spestov:
>> SIL: Remove some uses of LValueType
>> 
>>  • edit: lib/SIL/TypeLowering.cpp
>> 
>>  • Commit 43aebc832e0a9c596d89a77c65b894b8ac570c95 by github:
>> Revert "IUO: Add support for non-subscript dynamic lookup."
>> 
>>  • edit: lib/Sema/ConstraintLocator.h
>>  • edit: lib/Sema/ConstraintSystem.cpp
>>  • edit: lib/Sema/CSApply.cpp
>>  • edit: lib/Sema/ConstraintSystem.h
>>  • edit: lib/Sema/ConstraintLocator.cpp
>> 
>>  • Commit 2c86f918def205b9414d89ee7967360ef56fc88f by dgregor:
>> [Runtime] Add tests for demanling never-before-seen types to metadata.
>> 
>>  • edit: test/Runtime/demangleToMetadata.swift
>> 
>>  • Commit 35268902332dd3ac0b746f863c9517bc2a96c1cb by spestov:
>> TypeReconstruction: Fix reconstruction of InOutType
>> 
>>  • edit: test/IDE/reconstruct_type_from_mangled_name.swift
>>  • edit: lib/IDE/TypeReconstruction.cpp
>> 
>>  • Commit 759f4c3a2cb1531958465058849fabdb4e09e628 by dgregor:
>> [Runtime] Skip Objective-C type records when looking for types.
>> 
>>  • edit: test/Runtime/demangleToMetadataObjC.swift
>>  • edit: stdlib/public/runtime/ProtocolConformance.cpp
>>  • edit: stdlib/public/runtime/MetadataLookup.cpp
>> 
>>  • Commit d104a7aec405177384a4cf92a101b99297183fed by spestov:
>> [Swift] Update for mangler API change
>> 
>>  • edit: source/Symbol/SwiftASTContext.cpp
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
>> 
> 
> 

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1021

2018-01-11 Thread Itai Ferber via swift-dev

Hi Doug, Slava,

Looks like this is still an issue — just hit this on 
https://github.com/apple/swift/pull/13879

Does this failure look familiar to either of you?

— Itai

On 11 Jan 2018, at 7:12, swift-ci--- via swift-dev wrote:


##

# [FAILURE] oss-swift-package-osx [#1021]

Build URL: | 
---|---
Project: | oss-swift-package-osx
Date of build: | Thu, 11 Jan 2018 06:39:53 -0600
Build duration: | 2 hr 32 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]()
  * 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 **005267f2b087f1db34688670b5e273015dcdd2f2** by 
**spestov:**


SIL: Remove obsolete comments from FormalLinkage.h

* **edit** : include/swift/SIL/FormalLinkage.h
  *

  * Commit **3dae007465eca11d6d202ed411579ffc86826f2a** by 
**spestov:**


IRGen: Remove FieldAccess::NonConstantIndirect

* **edit** : lib/IRGen/GenClass.cpp
* **edit** : lib/IRGen/GenDecl.cpp
* **edit** : lib/IRGen/GenMeta.cpp
* **edit** : lib/TBDGen/TBDGen.cpp
* **edit** : lib/IRGen/IRGenModule.h
* **edit** : lib/IRGen/IRGenMangler.h
* **edit** : lib/IRGen/Linking.cpp
* **edit** : include/swift/IRGen/Linking.h
* **edit** : lib/IRGen/StructLayout.h
* **edit** : lib/IRGen/GenKeyPath.cpp
  *

  * Commit **d134529e5491cce10b3af76e98356952e2c472f9** by 
**spestov:**


IRGen: Field offset symbols of resilient classes have hidden linkage

* **edit** : test/IRGen/class_resilience.swift
* **edit** : lib/IRGen/GenDecl.cpp
  *

  * Commit **065d18921f57d8e18637a6b9dd6d152806e5ed55** by 
**spestov:**


IRGen: Test protocol dispatch thunk for a throwing method requirement

* **edit** : test/IRGen/protocol_resilience_thunks.swift
  *

  * Commit **df10c8659b19ea0bf6ff34d95c87db4e3b4b480a** by 
**spestov:**


SILOptimizer: Fix mandatory inlining bug with resilience

* **edit** : lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
* **add** : test/SILOptimizer/mandatory_inlining_resilience.sil
  *

  * Commit **992da7494ba8a0086f34e09b9dbd61ca6fb46d5f** by 
**spestov:**


SIL: Remove some uses of LValueType

* **edit** : lib/SIL/TypeLowering.cpp
  *

  * Commit **43aebc832e0a9c596d89a77c65b894b8ac570c95** by **github:**

Revert "IUO: Add support for non-subscript dynamic lookup."

* **edit** : lib/Sema/ConstraintLocator.h
* **edit** : lib/Sema/ConstraintSystem.cpp
* **edit** : lib/Sema/CSApply.cpp
* **edit** : lib/Sema/ConstraintSystem.h
* **edit** : lib/Sema/ConstraintLocator.cpp
  *

  * Commit **2c86f918def205b9414d89ee7967360ef56fc88f** by 
**dgregor:**


[Runtime] Add tests for demanling never-before-seen types to metadata.

* **edit** : test/Runtime/demangleToMetadata.swift
  *

  * Commit **35268902332dd3ac0b746f863c9517bc2a96c1cb** by 
**spestov:**


TypeReconstruction: Fix reconstruction of InOutType

* **edit** : test/IDE/reconstruct_type_from_mangled_name.swift
* **edit** : lib/IDE/TypeReconstruction.cpp
  *

  * Commit **759f4c3a2cb1531958465058849fabdb4e09e628** by 
**dgregor:**


[Runtime] Skip Objective-C type records when looking for types.

* **edit** : test/Runtime/demangleToMetadataObjC.swift
* **edit** : stdlib/public/runtime/ProtocolConformance.cpp
* **edit** : stdlib/public/runtime/MetadataLookup.cpp
  *

  * Commit **d104a7aec405177384a4cf92a101b99297183fed** by 
**spestov:**


[Swift] Update for mangler API change

* **edit** : source/Symbol/SwiftASTContext.cpp
  *




___
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


[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1021

2018-01-11 Thread swift-ci--- via swift-dev
Title: Report


  
  
 
 

 [FAILURE] oss-swift-package-osx [#1021] 


  Build URL:https://ci.swift.org/job/oss-swift-package-osx/1021/
  Project:oss-swift-package-osx
  Date of build:Thu, 11 Jan 2018 06:39:53 -0600
  Build duration:2 hr 32 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 1Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:Indication 1




  





  Changes
  

  Commit 005267f2b087f1db34688670b5e273015dcdd2f2 by spestov: SIL: Remove obsolete comments from FormalLinkage.h


  edit: include/swift/SIL/FormalLinkage.h


  
 

  Commit 3dae007465eca11d6d202ed411579ffc86826f2a by spestov: IRGen: Remove FieldAccess::NonConstantIndirect


  edit: lib/IRGen/GenClass.cpp

  edit: lib/IRGen/GenDecl.cpp

  edit: lib/IRGen/GenMeta.cpp

  edit: lib/TBDGen/TBDGen.cpp

  edit: lib/IRGen/IRGenModule.h

  edit: lib/IRGen/IRGenMangler.h

  edit: lib/IRGen/Linking.cpp

  edit: include/swift/IRGen/Linking.h

  edit: lib/IRGen/StructLayout.h

  edit: lib/IRGen/GenKeyPath.cpp


  
 

  Commit d134529e5491cce10b3af76e98356952e2c472f9 by spestov: IRGen: Field offset symbols of resilient classes have hidden linkage


  edit: test/IRGen/class_resilience.swift

  edit: lib/IRGen/GenDecl.cpp


  
 

  Commit 065d18921f57d8e18637a6b9dd6d152806e5ed55 by spestov: IRGen: Test protocol dispatch thunk for a throwing method requirement


  edit: test/IRGen/protocol_resilience_thunks.swift


  
 

  Commit df10c8659b19ea0bf6ff34d95c87db4e3b4b480a by spestov: SILOptimizer: Fix mandatory inlining bug with resilience


  edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp

  add: test/SILOptimizer/mandatory_inlining_resilience.sil


  
 

  Commit 992da7494ba8a0086f34e09b9dbd61ca6fb46d5f by spestov: SIL: Remove some uses of LValueType


  edit: lib/SIL/TypeLowering.cpp


  
 

  Commit 43aebc832e0a9c596d89a77c65b894b8ac570c95 by github: Revert "IUO: Add support for non-subscript dynamic lookup."


  edit: lib/Sema/ConstraintLocator.h

  edit: lib/Sema/ConstraintSystem.cpp

  edit: lib/Sema/CSApply.cpp

  edit: lib/Sema/ConstraintSystem.h

  edit: lib/Sema/ConstraintLocator.cpp


  
 

  Commit 2c86f918def205b9414d89ee7967360ef56fc88f by dgregor: [Runtime] Add tests for demanling never-before-seen types to metadata.


  edit: test/Runtime/demangleToMetadata.swift


  
 

  Commit 35268902332dd3ac0b746f863c9517bc2a96c1cb by spestov: TypeReconstruction: Fix reconstruction of InOutType


  edit: test/IDE/reconstruct_type_from_mangled_name.swift

  edit: lib/IDE/TypeReconstruction.cpp


  
 

  Commit 759f4c3a2cb1531958465058849fabdb4e09e628 by dgregor: [Runtime] Skip Objective-C type records when looking for types.


  edit: test/Runtime/demangleToMetadataObjC.swift

  edit: stdlib/public/runtime/ProtocolConformance.cpp

  edit: stdlib/public/runtime/MetadataLookup.cpp


  
 

  Commit d104a7aec405177384a4cf92a101b99297183fed by spestov: [Swift] Update for mangler API change


  edit: source/Symbol/SwiftASTContext.cpp


  
 

  


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