[Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #1899

Jim, this looks like it might be related to your recent commits in this file?

7981be5 : (5 hours ago) Jim Ingham : Test that the presence of a private == operator doesn't interfere with other == operators. (HEAD -> master, origin/master, origin/HEAD)
5a0a89c : (5 hours ago) Jim Ingham : Add a test for resolving overloaded == operators with different visibilities.

- Tony

···

On Aug 12, 2016, at 8:54 PM, no-reply@swift.org wrote:

New issue found!

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1899]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1899/
Project: oss-swift-package-linux-ubuntu-14_04
Date of build: Fri, 12 Aug 2016 20:01:29 -0700
Build duration: 52 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 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-14_04/1899/consoleFull#-785074705fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit da231219686f3468dcaeaee870b9904d44117294 by aleks.gapp:
[ASTDumper] Dump protocol types.

edit: lib/AST/ASTDumper.cpp

Commit 9a87f8d8550f60e1aa33272d890665a4c3daeb07 by aleks.gapp:
[SR-1894] Consider metatype of any existential type as not @objc

edit: lib/AST/Type.cpp
edit: test/attr/attr_objc.swift

Commit 8105dc7541ff6c30681c3a0685714b82e1594b8e by milseman:
[CoreGraphics] Remove redundant, potentially-warning-inducing SwiftName

edit: apinotes/CoreGraphics.apinotes

Commit b58c3a2fb7d56a2d5d0178c6ba52cc1753836606 by github:
[FixCode] Add @escaping when overriding mismatch is because of it.

edit: test/attr/attr_autoclosure.swift
edit: lib/Sema/MiscDiagnostics.cpp
edit: test/Constraints/override.swift

Commit dd13eb926e397abf485a1fefcfeac81408ff3632 by jordan_rose:
Endian fix for Strings in s390x (#4194)

edit: stdlib/public/core/StaticString.swift
edit: stdlib/public/core/StringCore.swift

Commit cc0c2bf6191538bdf6c05ec7f94648d9eca09637 by jordan_rose:
[cmake] Change CMake Policy CMP0054 for Cygwin (#4274)

edit: stdlib/public/core/CMakeLists.txt
edit: CMakeLists.txt

Commit a2b837300a459311af0396a2f83fb22835af7558 by github:
Address @jrose-apple's code review comments. (#4278)

edit: lib/Sema/MiscDiagnostics.cpp
edit: test/Constraints/override.swift

Commit ef6a425819a659915137f9bec726f1d966e3586a by jp:
change ProcessInfo.processinfo() to processinfo

edit: Sources/XCTest/Private/WallClockTimeMetric.swift

Commit c764257313f236f792e41ac885075218bd2182a3 by anthony.parker:
Disable a failing test (SR-2332)

edit: Tests/Functional/Asynchronous/Predicates/Expectations/main.swift

Commit 42307a7d11f8256f21052e75923f3bf6339550e3 by anthony.parker:
Update to new name of Bundle.main

edit: Sources/XCTest/Public/XCTestMain.swift

Commit 0b480f2407fad6b2d8c22f3fb29c5df116a2cb8a by daniel_dunbar:
[SourceControl] Add initial support for creating checkouts for working

edit: Sources/SourceControl/GitRepository.swift
edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
edit: Tests/SourceControlTests/GitRepositoryTests.swift
edit: Tests/SourceControlTests/CheckoutManagerTests.swift
edit: Sources/SourceControl/Repository.swift
edit: Sources/SourceControl/CheckoutManager.swift

Commit 74cb48a6f8c9323804cf91f85472a8efb8110fb4 by anthony.parker:
Adopt correct name of ProcessInfo.processInfo on Linux

edit: Sources/SourceControl/GitRepository.swift
edit: Sources/Commands/SwiftTestTool.swift
edit: Sources/Get/Git.swift
edit: Sources/Utility/Git.swift

Commit 5a0a89c82f0b6395bde929aa8c7d0349ee59b522 by jingham:
Add a test for resolving overloaded == operators with different

add: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/one.swift
add: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/two.swift
add: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/three.swift
add: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/Makefile
add: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/TestEqualityOperators.py

Commit 7981be509d7a4cb086ce38496caaeb29193bead4 by jingham:
Test that the presence of a private == operator doesn't interfere with

edit: packages/Python/lldbsuite/test/lang/swift/expression/equality_operators/TestEqualityOperators.py

Commit c0794f0a26405c29e7042f624f67634d8272582b by mamabusi:
Modify NSCharacterSet api defined in NSURL file to align with that of

edit: Foundation/NSURL.swift
edit: TestFoundation/TestNSURL.swift

Commit 188d257b10f5294a4361569df760e508bd30669a by github:
Attempt to address test resilience issue

edit: TestFoundation/TestNSTask.swift

Commit 980e3c072a4ed3489c064a4a4eb6c4ead8aaf0fc by garyliu:
Fix _length access on CF_CONST_STRING for s390x

edit: Foundation/NSCFString.swift

Commit 8ae579b7557e24cebc1d2649b05c76a42bdb79c3 by si:
Fix Data(count:) to correctly zero the data

edit: TestFoundation/TestNSData.swift
edit: Foundation/Data.swift

Commit be127e2ccfa3359870c9af8e5a3f8df5ceb4b34b by iferber:
Rename stringFromByteCount to match what is exported by Foundation

edit: Foundation/NSByteCountFormatter.swift

Commit 440195d67da5c8c78c9dde4ce97041a9d7ca2552 by iferber:
Update formatters to accept Any instead of AnyObject

edit: Foundation/NSFormatter.swift
edit: Foundation/NSEnergyFormatter.swift
edit: Foundation/NSDateComponentsFormatter.swift
edit: Foundation/NSDateFormatter.swift
edit: Foundation/NSLengthFormatter.swift
edit: Foundation/NSMassFormatter.swift
edit: Foundation/NSPersonNameComponentsFormatter.swift
edit: Foundation/NSNumberFormatter.swift

Commit 8559fbfc8d5dbe587f32c1f912e46c87714bbf6a by iferber:
Update editingString to reflect AnyObject -> Any change

edit: Foundation/NSFormatter.swift

Commit 2a65251ae57c05cda42dcdb976e1c2e067726321 by iferber:
Update DateFormatter to match what is exported in Foundation

edit: Foundation/NSDateFormatter.swift
edit: TestFoundation/TestNSDateFormatter.swift

Commit 9c1850be1313c50b635706e0e6d91eab765e6191 by iferber:
Update Bundle to match what is exported in Foundation

edit: TestFoundation/TestNSXMLDocument.swift
edit: TestFoundation/TestNSData.swift
edit: TestFoundation/TestNSURL.swift
edit: TestFoundation/TestNSString.swift
edit: TestFoundation/TestNSBundle.swift
edit: TestFoundation/TestNSPropertyList.swift
edit: Foundation/NSBundle.swift
edit: TestFoundation/TestNSKeyedUnarchiver.swift

Commit 87658b82aa6db2be864b14c543511db3e0bab1e2 by iferber:
Update DateIntervalFormatter to match API exported by Foundation

edit: Foundation/NSDateIntervalFormatter.swift

Commit 9b78ef98c768f9f94a8db2b1edc86f1f8bc4b552 by phausler:
Refactor supportsSecureCoding to a property instead of function

edit: Foundation/NSURLAuthenticationChallenge.swift
edit: Foundation/NSNull.swift
edit: Foundation/NSKeyedArchiver.swift
edit: Foundation/NSIndexSet.swift
edit: Foundation/NSKeyedCoderOldStyleArray.swift
edit: Foundation/NSCoder.swift
edit: Foundation/NSError.swift
edit: Foundation/NSAffineTransform.swift
edit: Foundation/NSValue.swift
edit: Foundation/NSTimeZone.swift
edit: Foundation/NSSortDescriptor.swift
edit: Foundation/NSMeasurement.swift
edit: Foundation/NSIndexPath.swift
edit: Foundation/NSData.swift
edit: Foundation/NSMeasurementFormatter.swift
edit: Foundation/NSPredicate.swift
edit: Foundation/NSDate.swift
edit: Foundation/NSKeyedUnarchiver.swift
edit: Foundation/NSURLCredential.swift
edit: Foundation/NSURLResponse.swift
edit: Foundation/NSURL.swift
edit: Foundation/NSURLCache.swift
edit: Foundation/NSFileHandle.swift
edit: Foundation/NSArray.swift
edit: Foundation/NSAttributedString.swift
edit: TestFoundation/TestNSKeyedArchiver.swift
edit: Foundation/NSUUID.swift
edit: Foundation/NSURLRequest.swift
edit: Foundation/NSURLProtectionSpace.swift
edit: Foundation/Unit.swift
edit: Foundation/NSLocale.swift
edit: Foundation/NSString.swift
edit: Foundation/NSCalendar.swift
edit: Foundation/NSDictionary.swift
edit: Foundation/NSSet.swift
edit: Foundation/NSOrderedSet.swift
edit: Foundation/NSPersonNameComponents.swift
edit: Foundation/NSExpression.swift

Commit 7f2cad7e4afd79b5c1b28eb29d9d8a12b88ff06c by iferber:
Update HTTPCookie to match API exposed by Foundation

edit: TestFoundation/TestNSHTTPCookie.swift
edit: Foundation/NSHTTPCookie.swift

Commit 7400a0919b2fb24129d7bdb6afce8c8bc767395d by iferber:
Update HTTPCookieStorage to match API exposed by Foundation

edit: Foundation/NSHTTPCookieStorage.swift

Commit c3fe259edec341f3ef1f98d555d1243ab1417750 by gonzalolarralde:
Reserve capacity when creating the storage Dictionary for NSDictionary.

edit: Foundation/NSDictionary.swift

Commit 88b2d5b3562ac4ae264a80c3503c2eaa4a69cf63 by iferber:
Update FileManager to match API exposed by Foundation

edit: Foundation/NSFileManager.swift
edit: TestFoundation/TestNSFileManager.swift

Commit 083c08e138a02794992aa5f7ff8d7e94bc773924 by iferber:
Update JSONSerialization to match API exposed by Foundation

edit: Foundation/NSJSONSerialization.swift

Commit b42ba657a4c88778f3d8e8265d162d0c4973613b by iferber:
Update Host to match API exposed by Foundation

edit: Foundation/NSHost.swift
edit: Foundation/NSProcessInfo.swift

Commit aa504dcd5193c7ddb6d95e28f6c6d97f24015e39 by anthony.parker:
NSKeyedArchiver, NSKeyedUnarchiver now use Any instead of AnyObject.

add: Foundation/NSKeyedArchiverHelpers.swift
edit: Foundation/NSSet.swift
edit: Foundation/NSKeyedArchiver.swift
edit: Foundation/NSDictionary.swift
edit: Foundation.xcodeproj/project.pbxproj
edit: Foundation/NSKeyedUnarchiver.swift
edit: Foundation/NSOrderedSet.swift
edit: Foundation/NSNotification.swift
edit: Foundation/NSArray.swift
edit: build.py
edit: Foundation/NSPropertyList.swift
edit: Foundation/NSCoder.swift
edit: Foundation/NSSwiftRuntime.swift

Commit 4c3205c4db90efef806c98c210e98adcb09914b4 by anthony.parker:
Use the right annotation for bridged CFKeyedArchiverUIDRef type

edit: Foundation/NSKeyedArchiverHelpers.swift
edit: CoreFoundation/Base.subproj/ForFoundationOnly.h

Commit 0da1e4e1c52360421ac969ed09fbf317b9e39377 by si:
Fix NSMutableData.replaceBytes(in:withBytes:length:)

edit: TestFoundation/TestNSData.swift
edit: Foundation/NSData.swift

Commit 26bed8adc782f520ca54b6bcac4ccf8998c09fbd by pushkar.nk:
Making NSLog and NSLogv public

edit: Foundation/NSLog.swift

Commit c1db7aa53b14ef6be1e164dfba3cc8b68d932e63 by pushkar.nk:
Improvements suggested in PR 423

edit: Foundation/NSHTTPCookie.swift

Commit b8551f10935dc3f5cb64474d9fdcd05150e86a40 by iferber:
Rename EnumerationOptions to match API exposed by Foundation

edit: Foundation/NSOrderedSet.swift
edit: Foundation/NSDictionary.swift
edit: Foundation/NSIndexSet.swift
edit: Foundation/NSSet.swift
edit: Foundation/NSArray.swift
edit: Foundation/NSObjCRuntime.swift

Commit 1dccff5b3d41dab96a04d8b67e0906cad71d9ca6 by itai:
Rename EnumerationOptions to match API exposed by Foundation

edit: Foundation/NSOrderedSet.swift
edit: Foundation/NSObjCRuntime.swift
edit: Foundation/NSSet.swift
edit: Foundation/NSIndexSet.swift
edit: Foundation/NSArray.swift
edit: Foundation/NSDictionary.swift

Commit 03648e626a20e45f9b58da5d9dd79e6450e44cd4 by itai:
Update [NS]IndexPath to match API exposed by Foundation

edit: Foundation/IndexPath.swift
edit: Foundation/NSIndexPath.swift

Commit dc145103cf94a54d0b1e823e74d696e75a259956 by itai:
Update NSIndexSet to match API exposed by Foundation

edit: Foundation/NSArray.swift
edit: Foundation/NSIndexSet.swift
edit: TestFoundation/TestNSIndexSet.swift

Commit 629055488b08df9d722d6c9f5a1638eaa85f0d65 by itai:
Update IndexSet to match API exposed by Foundation

edit: Foundation/NSArray.swift
edit: Foundation/IndexSet.swift
edit: Foundation/NSIndexSet.swift

Commit 938fc1a805a32955a7c8a12db7eb48147b05397f by itai:
Remove references to _ObjectiveCBridgeable

edit: Foundation/IndexSet.swift
edit: Foundation/IndexPath.swift

Commit b88fab54fb090c6ccd2eb7e0f19ced3c7c75cb7c by anthony.parker:
Adjust test to new name of Bundle.main

edit: TestFoundation/main.swift

Commit d515e111bb47ed9438c20185c7851bb157878a51 by anthony.parker:
Update to use property for secure coding

edit: Foundation/NSIndexSet.swift

Commit 59549c9f519e230a3b61a9126582260dbe0ec659 by anthony.parker:
change ProcessInfo.processinfo() class func to processinfo static let

edit: Foundation/NSPathUtilities.swift
edit: TestFoundation/TestNSProcessInfo.swift
edit: Foundation/NSProcessInfo.swift
edit: TestFoundation/TestNSURL.swift
edit: Tools/plutil/main.swift