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

This fails due to the updates for SE-0089. Perhaps the necessary support has not yet been merged into the compiler?

Anders

···

On 2016-07-28, at 17.27, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-osx [#5558]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5558/
Project: oss-swift-incremental-RA-osx
Date of build: Thu, 28 Jul 2016 17:15:39 -0700
Build duration: 11 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-osx/5558/consoleFull#1874849003ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Changes

Commit 1e5491d5c1611cc37db463fcb8c44c74c4a9e452 by devteam.codafi:
Updates for SE-0089

edit: Tests/PackageLoadingTests/ConventionTests.swift
edit: Sources/Basic/TOML.swift
edit: Sources/Basic/StringConversions.swift

Commit c7ca7c8603608c4df253e0332af878455eba7fa8 by anders:
Improve the error messages and fixits that are shown for test module

edit: Sources/PackageLoading/PackageBuilder.swift

Commit 4c2dbe1723d2b5f9d700999db10e5138a985adba by devteam.codafi:
[stdlib][SE-0089] Finish off Lossless String Conversion (#3761)

edit: test/1_stdlib/NSArrayAPI.swift
edit: test/1_stdlib/UnsafePointer.swift.gyb
edit: test/1_stdlib/FloatingPoint.swift.gyb
edit: stdlib/public/core/Integers.swift.gyb
edit: stdlib/public/core/StringUTF16.swift
edit: test/1_stdlib/TestAffineTransform.swift
edit: test/1_stdlib/TestDate.swift
edit: test/1_stdlib/Runtime.swift.gyb
edit: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift.gyb
edit: stdlib/public/core/StringUTF8.swift
edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
edit: test/1_stdlib/Character.swift
edit: stdlib/public/core/Character.swift
edit: test/1_stdlib/TestUserInfo.swift
edit: test/1_stdlib/TestUUID.swift
edit: stdlib/public/core/UnicodeScalar.swift
edit: test/1_stdlib/TestDateInterval.swift
edit: test/1_stdlib/RuntimeObjC.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableSliceType.swift
edit: test/1_stdlib/TestCharacterSet.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckCollectionType.swift.gyb
edit: test/1_stdlib/TestPersonNameComponents.swift
edit: stdlib/public/core/String.swift
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
edit: test/1_stdlib/TestTimeZone.swift
edit: test/1_stdlib/NSSetAPI.swift
edit: test/1_stdlib/Optional.swift
edit: benchmark/single-source/unit-tests/ObjectiveCBridging.swift
edit: test/1_stdlib/PrintBoolean.swift
edit: test/1_stdlib/StringAPI.swift
edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift
edit: stdlib/public/core/FloatingPointParsing.swift.gyb
edit: stdlib/public/core/ImplicitlyUnwrappedOptional.swift
edit: test/1_stdlib/TestData.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckSequenceType.swift
edit: stdlib/public/core/StaticString.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableCollectionType.swift
edit: test/1_stdlib/Inputs/PrintTestTypes.swift
edit: test/1_stdlib/TestCalendar.swift
edit: stdlib/public/core/StringInterpolation.swift.gyb
edit: test/Interpreter/SDK/Foundation_test.swift
edit: stdlib/public/core/AnyHashable.swift
edit: test/1_stdlib/TestURL.swift
edit: test/1_stdlib/TestIndexSet.swift
edit: stdlib/public/core/Mirror.swift
edit: test/1_stdlib/TestIndexPath.swift
edit: test/1_stdlib/TestLocale.swift
edit: stdlib/public/core/Bool.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/private/StdlibUnittest/StringConvertible.swift.gyb
edit: test/1_stdlib/StaticString.swift

Yes, next build should pick up the changes from Update for SE-0089 by CodaFi · Pull Request #6 · apple/swift-xcode-playground-support · GitHub

Thanks,
Mishal Shah

···

On Jul 28, 2016, at 5:32 PM, Anders Bertelrud <anders@apple.com> wrote:

This fails due to the updates for SE-0089. Perhaps the necessary support has not yet been merged into the compiler?

Anders

On 2016-07-28, at 17.27, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-osx [#5558]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5558/
Project: oss-swift-incremental-RA-osx
Date of build: Thu, 28 Jul 2016 17:15:39 -0700
Build duration: 11 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-osx/5558/consoleFull#1874849003ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Changes

Commit 1e5491d5c1611cc37db463fcb8c44c74c4a9e452 by devteam.codafi:
Updates for SE-0089

edit: Tests/PackageLoadingTests/ConventionTests.swift
edit: Sources/Basic/TOML.swift
edit: Sources/Basic/StringConversions.swift

Commit c7ca7c8603608c4df253e0332af878455eba7fa8 by anders:
Improve the error messages and fixits that are shown for test module

edit: Sources/PackageLoading/PackageBuilder.swift

Commit 4c2dbe1723d2b5f9d700999db10e5138a985adba by devteam.codafi:
[stdlib][SE-0089] Finish off Lossless String Conversion (#3761)

edit: test/1_stdlib/NSArrayAPI.swift
edit: test/1_stdlib/UnsafePointer.swift.gyb
edit: test/1_stdlib/FloatingPoint.swift.gyb
edit: stdlib/public/core/Integers.swift.gyb
edit: stdlib/public/core/StringUTF16.swift
edit: test/1_stdlib/TestAffineTransform.swift
edit: test/1_stdlib/TestDate.swift
edit: test/1_stdlib/Runtime.swift.gyb
edit: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift.gyb
edit: stdlib/public/core/StringUTF8.swift
edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
edit: test/1_stdlib/Character.swift
edit: stdlib/public/core/Character.swift
edit: test/1_stdlib/TestUserInfo.swift
edit: test/1_stdlib/TestUUID.swift
edit: stdlib/public/core/UnicodeScalar.swift
edit: test/1_stdlib/TestDateInterval.swift
edit: test/1_stdlib/RuntimeObjC.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableSliceType.swift
edit: test/1_stdlib/TestCharacterSet.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckCollectionType.swift.gyb
edit: test/1_stdlib/TestPersonNameComponents.swift
edit: stdlib/public/core/String.swift
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
edit: test/1_stdlib/TestTimeZone.swift
edit: test/1_stdlib/NSSetAPI.swift
edit: test/1_stdlib/Optional.swift
edit: benchmark/single-source/unit-tests/ObjectiveCBridging.swift
edit: test/1_stdlib/PrintBoolean.swift
edit: test/1_stdlib/StringAPI.swift
edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift
edit: stdlib/public/core/FloatingPointParsing.swift.gyb
edit: stdlib/public/core/ImplicitlyUnwrappedOptional.swift
edit: test/1_stdlib/TestData.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckSequenceType.swift
edit: stdlib/public/core/StaticString.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableCollectionType.swift
edit: test/1_stdlib/Inputs/PrintTestTypes.swift
edit: test/1_stdlib/TestCalendar.swift
edit: stdlib/public/core/StringInterpolation.swift.gyb
edit: test/Interpreter/SDK/Foundation_test.swift
edit: stdlib/public/core/AnyHashable.swift
edit: test/1_stdlib/TestURL.swift
edit: test/1_stdlib/TestIndexSet.swift
edit: stdlib/public/core/Mirror.swift
edit: test/1_stdlib/TestIndexPath.swift
edit: test/1_stdlib/TestLocale.swift
edit: stdlib/public/core/Bool.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/private/StdlibUnittest/StringConvertible.swift.gyb
edit: test/1_stdlib/StaticString.swift

Cool, thanks for confirming!

Anders

···

On Jul 28, 2016, at 17:34, Mishal Shah <mishal_shah@apple.com> wrote:

Yes, next build should pick up the changes from Update for SE-0089 by CodaFi · Pull Request #6 · apple/swift-xcode-playground-support · GitHub

Thanks,
Mishal Shah

On Jul 28, 2016, at 5:32 PM, Anders Bertelrud <anders@apple.com> wrote:

This fails due to the updates for SE-0089. Perhaps the necessary support has not yet been merged into the compiler?

Anders

On 2016-07-28, at 17.27, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-osx [#5558]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5558/
Project: oss-swift-incremental-RA-osx
Date of build: Thu, 28 Jul 2016 17:15:39 -0700
Build duration: 11 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 1e5491d5c1611cc37db463fcb8c44c74c4a9e452 by devteam.codafi:
Updates for SE-0089

edit: Tests/PackageLoadingTests/ConventionTests.swift
edit: Sources/Basic/TOML.swift
edit: Sources/Basic/StringConversions.swift

Commit c7ca7c8603608c4df253e0332af878455eba7fa8 by anders:
Improve the error messages and fixits that are shown for test module

edit: Sources/PackageLoading/PackageBuilder.swift

Commit 4c2dbe1723d2b5f9d700999db10e5138a985adba by devteam.codafi:
[stdlib][SE-0089] Finish off Lossless String Conversion (#3761)

edit: test/1_stdlib/NSArrayAPI.swift
edit: test/1_stdlib/UnsafePointer.swift.gyb
edit: test/1_stdlib/FloatingPoint.swift.gyb
edit: stdlib/public/core/Integers.swift.gyb
edit: stdlib/public/core/StringUTF16.swift
edit: test/1_stdlib/TestAffineTransform.swift
edit: test/1_stdlib/TestDate.swift
edit: test/1_stdlib/Runtime.swift.gyb
edit: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift.gyb
edit: stdlib/public/core/StringUTF8.swift
edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
edit: test/1_stdlib/Character.swift
edit: stdlib/public/core/Character.swift
edit: test/1_stdlib/TestUserInfo.swift
edit: test/1_stdlib/TestUUID.swift
edit: stdlib/public/core/UnicodeScalar.swift
edit: test/1_stdlib/TestDateInterval.swift
edit: test/1_stdlib/RuntimeObjC.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableSliceType.swift
edit: test/1_stdlib/TestCharacterSet.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckCollectionType.swift.gyb
edit: test/1_stdlib/TestPersonNameComponents.swift
edit: stdlib/public/core/String.swift
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
edit: test/1_stdlib/TestTimeZone.swift
edit: test/1_stdlib/NSSetAPI.swift
edit: test/1_stdlib/Optional.swift
edit: benchmark/single-source/unit-tests/ObjectiveCBridging.swift
edit: test/1_stdlib/PrintBoolean.swift
edit: test/1_stdlib/StringAPI.swift
edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift
edit: stdlib/public/core/FloatingPointParsing.swift.gyb
edit: stdlib/public/core/ImplicitlyUnwrappedOptional.swift
edit: test/1_stdlib/TestData.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckSequenceType.swift
edit: stdlib/public/core/StaticString.swift
edit: stdlib/private/StdlibCollectionUnittest/CheckRangeReplaceableCollectionType.swift
edit: test/1_stdlib/Inputs/PrintTestTypes.swift
edit: test/1_stdlib/TestCalendar.swift
edit: stdlib/public/core/StringInterpolation.swift.gyb
edit: test/Interpreter/SDK/Foundation_test.swift
edit: stdlib/public/core/AnyHashable.swift
edit: test/1_stdlib/TestURL.swift
edit: test/1_stdlib/TestIndexSet.swift
edit: stdlib/public/core/Mirror.swift
edit: test/1_stdlib/TestIndexPath.swift
edit: test/1_stdlib/TestLocale.swift
edit: stdlib/public/core/Bool.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/private/StdlibUnittest/StringConvertible.swift.gyb
edit: test/1_stdlib/StaticString.swift