[Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (master) #2837

I broke the build; fixing it.

···

on Mon May 02 2016, no-reply-AT-swift.org wrote:

Report

[FAILURE] oss-lldb-incremental-osx [#2837]

Build URL: https://ci.swift.org/job/oss-lldb-incremental-osx/2837/
Project: oss-lldb-incremental-osx
Date of build: Mon, 02 May 2016 11:48:09 -0700
Build duration: 29 sec

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 065af62293333cf1e8107f83a06c5453f603c684 by gribozavr:

  CoreAudio overlay: remove a FIXME that is fixed

  * edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift

* Commit c594b1d331121c79307e6be650add7210146308b by gribozavr:

  EmptyCollection: fixes for index movement and more tests

  * edit: validation-test/stdlib/Lazy.swift.gyb
  * edit: stdlib/public/core/EmptyCollection.swift

* Commit 0d68b3a4af6f600486ea82787a90d203c07800ba by dabrahams:

  [stdlib] Generate RandomAccessCollection defaults

  * edit: stdlib/public/core/EmptyCollection.swift
  * edit: stdlib/public/core/BidirectionalCollection.swift
  * edit: stdlib/public/core/StringCore.swift
  * edit: stdlib/public/core/Character.swift
  * edit: stdlib/public/core/UnicodeScalar.swift
  * edit: stdlib/public/core/Arrays.swift.gyb
  * edit: validation-test/stdlib/Arrays.swift.gyb
  * edit: stdlib/public/core/Collection.swift
  * edit: stdlib/public/core/Mirror.swift
  * edit: stdlib/public/core/RandomAccessCollection.swift
  * edit: test/Constraints/recursive_concrete_constraints.swift
  * edit: validation-test/stdlib/Algorithm.swift
  * edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift
  * edit: validation-test/stdlib/CollectionDiagnostics.swift
  * edit: stdlib/public/core/CocoaArray.swift
  * edit: stdlib/public/core/CollectionOfOne.swift
  * edit: stdlib/public/core/ArrayBufferProtocol.swift
  * edit: stdlib/public/core/SliceBuffer.swift
  * edit: stdlib/public/core/Repeat.swift
  * edit: validation-test/stdlib/Sort.swift.gyb
  * edit: stdlib/public/core/ArrayBuffer.swift
  * edit: stdlib/public/core/ContiguousArrayBuffer.swift

* Commit fda8609df9fcbf245bd3cc7d16973f26f2b6e46e by egranata:

  Use the new form of GetSyntheticBase() to remove a later name set

  * edit: source/Target/SwiftLanguageRuntime.cpp

--
Dave

Is this problem:

···

--
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/benchmark/single-source/StaticArray.swift:44:8: error: type 'StaticArray<T>' does not conform to protocol 'IndexableBase'
struct StaticArray<
       ^
Swift.IndexableBase:107:17: note: protocol requires function 'index(after:)' with type '(after: Index) -> Index'
    public func index(after i: Self.Index) -> Self.Index
                ^
Swift.RandomAccessCollection:7:17: note: candidate has non-matching type '<Self> (after: Self.Index) -> Self.Index' (aka '<τ_0_0> (after: τ_0_0.Index) -> τ_0_0.Index') [with _Element = T.ElemTy, SubSequence = StaticArray<T>]
    public func index(after i: Self.Index) -> Self.Index
                ^
--

The same or something else? My local build is failing in the same way.

- Daniel

On May 2, 2016, at 11:57 AM, Dave Abrahams <dabrahams@apple.com> wrote:

I broke the build; fixing it.

on Mon May 02 2016, no-reply-AT-swift.org wrote:

Report

[FAILURE] oss-lldb-incremental-osx [#2837]

Build URL: https://ci.swift.org/job/oss-lldb-incremental-osx/2837/
Project: oss-lldb-incremental-osx
Date of build: Mon, 02 May 2016 11:48:09 -0700
Build duration: 29 sec

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 065af62293333cf1e8107f83a06c5453f603c684 by gribozavr:

CoreAudio overlay: remove a FIXME that is fixed

* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift

* Commit c594b1d331121c79307e6be650add7210146308b by gribozavr:

EmptyCollection: fixes for index movement and more tests

* edit: validation-test/stdlib/Lazy.swift.gyb
* edit: stdlib/public/core/EmptyCollection.swift

* Commit 0d68b3a4af6f600486ea82787a90d203c07800ba by dabrahams:

[stdlib] Generate RandomAccessCollection defaults

* edit: stdlib/public/core/EmptyCollection.swift
* edit: stdlib/public/core/BidirectionalCollection.swift
* edit: stdlib/public/core/StringCore.swift
* edit: stdlib/public/core/Character.swift
* edit: stdlib/public/core/UnicodeScalar.swift
* edit: stdlib/public/core/Arrays.swift.gyb
* edit: validation-test/stdlib/Arrays.swift.gyb
* edit: stdlib/public/core/Collection.swift
* edit: stdlib/public/core/Mirror.swift
* edit: stdlib/public/core/RandomAccessCollection.swift
* edit: test/Constraints/recursive_concrete_constraints.swift
* edit: validation-test/stdlib/Algorithm.swift
* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift
* edit: validation-test/stdlib/CollectionDiagnostics.swift
* edit: stdlib/public/core/CocoaArray.swift
* edit: stdlib/public/core/CollectionOfOne.swift
* edit: stdlib/public/core/ArrayBufferProtocol.swift
* edit: stdlib/public/core/SliceBuffer.swift
* edit: stdlib/public/core/Repeat.swift
* edit: validation-test/stdlib/Sort.swift.gyb
* edit: stdlib/public/core/ArrayBuffer.swift
* edit: stdlib/public/core/ContiguousArrayBuffer.swift

* Commit fda8609df9fcbf245bd3cc7d16973f26f2b6e46e by egranata:

Use the new form of GetSyntheticBase() to remove a later name set

* edit: source/Target/SwiftLanguageRuntime.cpp

--
Dave

Never mind, I see you pushed a fix I hadn't grabbed yet.

- Daniel

···

On May 2, 2016, at 2:22 PM, Daniel Dunbar <daniel_dunbar@apple.com> wrote:

Is this problem:
--
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/benchmark/single-source/StaticArray.swift:44:8: error: type 'StaticArray<T>' does not conform to protocol 'IndexableBase'
struct StaticArray<
       ^
Swift.IndexableBase:107:17: note: protocol requires function 'index(after:)' with type '(after: Index) -> Index'
    public func index(after i: Self.Index) -> Self.Index
                ^
Swift.RandomAccessCollection:7:17: note: candidate has non-matching type '<Self> (after: Self.Index) -> Self.Index' (aka '<τ_0_0> (after: τ_0_0.Index) -> τ_0_0.Index') [with _Element = T.ElemTy, SubSequence = StaticArray<T>]
    public func index(after i: Self.Index) -> Self.Index
                ^
--

The same or something else? My local build is failing in the same way.

- Daniel

On May 2, 2016, at 11:57 AM, Dave Abrahams <dabrahams@apple.com <mailto:dabrahams@apple.com>> wrote:

I broke the build; fixing it.

on Mon May 02 2016, no-reply-AT-swift.org <http://no-reply-at-swift.org/&gt; wrote:

Report

[FAILURE] oss-lldb-incremental-osx [#2837]

Build URL: https://ci.swift.org/job/oss-lldb-incremental-osx/2837/
Project: oss-lldb-incremental-osx
Date of build: Mon, 02 May 2016 11:48:09 -0700
Build duration: 29 sec

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 065af62293333cf1e8107f83a06c5453f603c684 by gribozavr:

CoreAudio overlay: remove a FIXME that is fixed

* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift

* Commit c594b1d331121c79307e6be650add7210146308b by gribozavr:

EmptyCollection: fixes for index movement and more tests

* edit: validation-test/stdlib/Lazy.swift.gyb
* edit: stdlib/public/core/EmptyCollection.swift

* Commit 0d68b3a4af6f600486ea82787a90d203c07800ba by dabrahams:

[stdlib] Generate RandomAccessCollection defaults

* edit: stdlib/public/core/EmptyCollection.swift
* edit: stdlib/public/core/BidirectionalCollection.swift
* edit: stdlib/public/core/StringCore.swift
* edit: stdlib/public/core/Character.swift
* edit: stdlib/public/core/UnicodeScalar.swift
* edit: stdlib/public/core/Arrays.swift.gyb
* edit: validation-test/stdlib/Arrays.swift.gyb
* edit: stdlib/public/core/Collection.swift
* edit: stdlib/public/core/Mirror.swift
* edit: stdlib/public/core/RandomAccessCollection.swift
* edit: test/Constraints/recursive_concrete_constraints.swift
* edit: validation-test/stdlib/Algorithm.swift
* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift
* edit: validation-test/stdlib/CollectionDiagnostics.swift
* edit: stdlib/public/core/CocoaArray.swift
* edit: stdlib/public/core/CollectionOfOne.swift
* edit: stdlib/public/core/ArrayBufferProtocol.swift
* edit: stdlib/public/core/SliceBuffer.swift
* edit: stdlib/public/core/Repeat.swift
* edit: validation-test/stdlib/Sort.swift.gyb
* edit: stdlib/public/core/ArrayBuffer.swift
* edit: stdlib/public/core/ContiguousArrayBuffer.swift

* Commit fda8609df9fcbf245bd3cc7d16973f26f2b6e46e by egranata:

Use the new form of GetSyntheticBase() to remove a later name set

* edit: source/Target/SwiftLanguageRuntime.cpp

--
Dave