[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #1146

/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195: error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: ("5
") is not equal to ("8
") -

This doesn't look like any of our commits, though I suppose there could be a mistake in one of the Foundation ones. SwiftPM folks, any idea what's up?

···

On Jan 3, 2017, at 16:57, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Tue, 03 Jan 2017 16:42:37 -0800
Build duration: 14 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-linux-ubuntu-16_10/1146/consoleFull#781807587ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)

Changes

Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
[CMake] Stop linking CoreFoundation into swiftc and libobjc into

edit: cmake/modules/AddSwift.cmake
edit: tools/driver/CMakeLists.txt

Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
In immediate mode, detect the host OS version on Apple platforms.

edit: lib/Frontend/CMakeLists.txt
add: lib/Frontend/AppleHostVersionDetection.mm
add: test/Interpreter/availability_host_os.swift
add: lib/Frontend/AppleHostVersionDetection.h
edit: lib/Frontend/CompilerInvocation.cpp
add: test/Interpreter/Inputs/availability_host_os.h

Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
Removed repetitive docstring

edit: stdlib/public/core/Sequence.swift

Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
remove trailing semicolons in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/public/SDK/Foundation/FileManager.swift

Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
remove superfluous parentheses in control statements in stdlib source

edit: stdlib/public/SDK/Foundation/Locale.swift
edit: stdlib/public/core/StringCore.swift
edit: stdlib/public/SDK/Foundation/Calendar.swift
edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
edit: stdlib/public/SDK/UIKit/UIKit.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/public/core/Unicode.swift
edit: stdlib/public/SDK/Foundation/Boxing.swift
edit: stdlib/public/SDK/Foundation/TimeZone.swift

Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
fix overly-spaced return arrows in XCTest.swift

edit: stdlib/public/SDK/XCTest/XCTest.swift

Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
remove redundant optional nil assignment in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift

Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
[docs] Fix code snippet

edit: docs/ARCOptimization.rst

Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
[RangeInfo] Some enrichment on reported range info. (#6475)

edit: include/swift/AST/SourceEntityWalker.h
edit: include/swift/IDE/Utils.h
edit: lib/AST/ASTNode.cpp
edit: lib/AST/SourceEntityWalker.cpp
edit: test/IDE/range_info_basics.swift
edit: include/swift/AST/ASTNode.h
edit: lib/IDE/SwiftSourceDocInfo.cpp

Will investigate.

···

On 04-Jan-2017, at 6:30 AM, Jordan Rose via swift-build-dev <swift-build-dev@swift.org> wrote:

/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195: error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: ("5
") is not equal to ("8
") -

This doesn't look like any of our commits, though I suppose there could be a mistake in one of the Foundation ones. SwiftPM folks, any idea what's up?

On Jan 3, 2017, at 16:57, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Tue, 03 Jan 2017 16:42:37 -0800
Build duration: 14 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
Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)

Changes

Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
[CMake] Stop linking CoreFoundation into swiftc and libobjc into

edit: cmake/modules/AddSwift.cmake
edit: tools/driver/CMakeLists.txt

Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
In immediate mode, detect the host OS version on Apple platforms.

edit: lib/Frontend/CMakeLists.txt
add: lib/Frontend/AppleHostVersionDetection.mm
add: test/Interpreter/availability_host_os.swift
add: lib/Frontend/AppleHostVersionDetection.h
edit: lib/Frontend/CompilerInvocation.cpp
add: test/Interpreter/Inputs/availability_host_os.h

Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
Removed repetitive docstring

edit: stdlib/public/core/Sequence.swift

Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
remove trailing semicolons in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/public/SDK/Foundation/FileManager.swift

Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
remove superfluous parentheses in control statements in stdlib source

edit: stdlib/public/SDK/Foundation/Locale.swift
edit: stdlib/public/core/StringCore.swift
edit: stdlib/public/SDK/Foundation/Calendar.swift
edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
edit: stdlib/public/SDK/UIKit/UIKit.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/public/core/Unicode.swift
edit: stdlib/public/SDK/Foundation/Boxing.swift
edit: stdlib/public/SDK/Foundation/TimeZone.swift

Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
fix overly-spaced return arrows in XCTest.swift

edit: stdlib/public/SDK/XCTest/XCTest.swift

Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
remove redundant optional nil assignment in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift

Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
[docs] Fix code snippet

edit: docs/ARCOptimization.rst

Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
[RangeInfo] Some enrichment on reported range info. (#6475)

edit: include/swift/AST/SourceEntityWalker.h
edit: include/swift/IDE/Utils.h
edit: lib/AST/ASTNode.cpp
edit: lib/AST/SourceEntityWalker.cpp
edit: test/IDE/range_info_basics.swift
edit: include/swift/AST/ASTNode.h
edit: lib/IDE/SwiftSourceDocInfo.cpp

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

Made the test more deterministic:

···

On 04-Jan-2017, at 6:30 AM, Jordan Rose via swift-dev <swift-dev@swift.org> wrote:

/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195: error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: ("5
") is not equal to ("8
") -

This doesn't look like any of our commits, though I suppose there could be a mistake in one of the Foundation ones. SwiftPM folks, any idea what's up?

On Jan 3, 2017, at 16:57, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Tue, 03 Jan 2017 16:42:37 -0800
Build duration: 14 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-linux-ubuntu-16_10/1146/consoleFull#781807587ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)

Changes

Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
[CMake] Stop linking CoreFoundation into swiftc and libobjc into

edit: cmake/modules/AddSwift.cmake
edit: tools/driver/CMakeLists.txt

Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
In immediate mode, detect the host OS version on Apple platforms.

edit: lib/Frontend/CMakeLists.txt
add: lib/Frontend/AppleHostVersionDetection.mm
add: test/Interpreter/availability_host_os.swift
add: lib/Frontend/AppleHostVersionDetection.h
edit: lib/Frontend/CompilerInvocation.cpp
add: test/Interpreter/Inputs/availability_host_os.h

Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
Removed repetitive docstring

edit: stdlib/public/core/Sequence.swift

Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
remove trailing semicolons in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/public/SDK/Foundation/FileManager.swift

Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
remove superfluous parentheses in control statements in stdlib source

edit: stdlib/public/SDK/Foundation/Locale.swift
edit: stdlib/public/core/StringCore.swift
edit: stdlib/public/SDK/Foundation/Calendar.swift
edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
edit: stdlib/public/SDK/UIKit/UIKit.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/public/core/Unicode.swift
edit: stdlib/public/SDK/Foundation/Boxing.swift
edit: stdlib/public/SDK/Foundation/TimeZone.swift

Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
fix overly-spaced return arrows in XCTest.swift

edit: stdlib/public/SDK/XCTest/XCTest.swift

Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
remove redundant optional nil assignment in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift

Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
[docs] Fix code snippet

edit: docs/ARCOptimization.rst

Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
[RangeInfo] Some enrichment on reported range info. (#6475)

edit: include/swift/AST/SourceEntityWalker.h
edit: include/swift/IDE/Utils.h
edit: lib/AST/ASTNode.cpp
edit: lib/AST/SourceEntityWalker.cpp
edit: test/IDE/range_info_basics.swift
edit: include/swift/AST/ASTNode.h
edit: lib/IDE/SwiftSourceDocInfo.cpp

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

Thanks!

···

On Jan 3, 2017, at 11:38 PM, Ankit Aggarwal <ankit_aggarwal@apple.com> wrote:

Made the test more deterministic:
[EditTest] Increase filesize when modifying a source file · apple/swift-package-manager@b179292 · GitHub

On 04-Jan-2017, at 6:30 AM, Jordan Rose via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Tests/CommandsTests/PackageToolTests.swift:195: error: PackageToolTests.testPackageEditAndUnedit : XCTAssertEqual failed: ("5
") is not equal to ("8
") -

This doesn't look like any of our commits, though I suppose there could be a mistake in one of the Foundation ones. SwiftPM folks, any idea what's up?

On Jan 3, 2017, at 16:57, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1146]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1146/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Tue, 03 Jan 2017 16:42:37 -0800
Build duration: 14 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-linux-ubuntu-16_10/1146/consoleFull#781807587ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 8704 test(s), Total: 8704 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 237 test(s), Total: 237 test(s)

Changes

Commit fdd02f61d31b802493df7bffd52dd1d525e53fc4 by jordan_rose:
[CMake] Stop linking CoreFoundation into swiftc and libobjc into

edit: cmake/modules/AddSwift.cmake
edit: tools/driver/CMakeLists.txt

Commit 23f25e1de7cfeb16d31aa139f79045d59814ec21 by jordan_rose:
In immediate mode, detect the host OS version on Apple platforms.

edit: lib/Frontend/CMakeLists.txt
add: lib/Frontend/AppleHostVersionDetection.mm
add: test/Interpreter/availability_host_os.swift
add: lib/Frontend/AppleHostVersionDetection.h
edit: lib/Frontend/CompilerInvocation.cpp
add: test/Interpreter/Inputs/availability_host_os.h

Commit faa7c749df30c1677a861ef8ab7c448918a01898 by github:
Removed repetitive docstring

edit: stdlib/public/core/Sequence.swift

Commit bd34ea5e2d8e20ae2298a483205d2ce8c5457d08 by jp:
remove trailing semicolons in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/public/SDK/Foundation/FileManager.swift

Commit 7301b793423f0c0a37f99380345020273bc47309 by jp:
remove superfluous parentheses in control statements in stdlib source

edit: stdlib/public/SDK/Foundation/Locale.swift
edit: stdlib/public/core/StringCore.swift
edit: stdlib/public/SDK/Foundation/Calendar.swift
edit: stdlib/public/SDK/Foundation/Data.swift
edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
edit: stdlib/public/SDK/UIKit/UIKit.swift
edit: stdlib/public/core/OutputStream.swift
edit: stdlib/public/core/Unicode.swift
edit: stdlib/public/SDK/Foundation/Boxing.swift
edit: stdlib/public/SDK/Foundation/TimeZone.swift

Commit 2b246893c9536080ecde79e31942e8f5e5071a6a by jp:
fix overly-spaced return arrows in XCTest.swift

edit: stdlib/public/SDK/XCTest/XCTest.swift

Commit 83b6d3c29c1d8f27d6fd13ae9b488a9853c2e82d by jp:
remove redundant optional nil assignment in stdlib source

edit: stdlib/public/SDK/Foundation/Data.swift

Commit 7f29a33fb49bfdeb0f0c17e26a1e374f317232b3 by github:
[docs] Fix code snippet

edit: docs/ARCOptimization.rst

Commit 46eb3971f5b2f62854e6308328e6fb7f9f0087db by github:
[RangeInfo] Some enrichment on reported range info. (#6475)

edit: include/swift/AST/SourceEntityWalker.h
edit: include/swift/IDE/Utils.h
edit: lib/AST/ASTNode.cpp
edit: lib/AST/SourceEntityWalker.cpp
edit: test/IDE/range_info_basics.swift
edit: include/swift/AST/ASTNode.h
edit: lib/IDE/SwiftSourceDocInfo.cpp

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev